[PATCH 06/14] libmisc/shell/main_hexdump.c: Disable unused copyright string
Joel Sherrill
joel at rtems.org
Tue Mar 22 14:40:34 UTC 2016
---
cpukit/libmisc/shell/main_hexdump.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpukit/libmisc/shell/main_hexdump.c b/cpukit/libmisc/shell/main_hexdump.c
index 5cdb7d2..df7df3f 100644
--- a/cpukit/libmisc/shell/main_hexdump.c
+++ b/cpukit/libmisc/shell/main_hexdump.c
@@ -35,11 +35,13 @@
#include "config.h"
#endif
+#ifndef __rtems__
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#endif
#ifndef lint
#if 0
--
1.8.3.1
More information about the devel
mailing list