summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-20 16:09:09 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-24 11:41:21 -0500
commit020c4c07d4409d3afbc11341c06dadbd03a15a68 (patch)
tree3c9dca25a79c505a65c5cf9d131a3932b6f948dc
parentlibmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assoc (diff)
downloadrtems-020c4c07d4409d3afbc11341c06dadbd03a15a68.tar.bz2
libmisc/shell/main_hexdump.c: Disable unused copyright string
-rw-r--r--cpukit/libmisc/shell/main_hexdump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/main_hexdump.c b/cpukit/libmisc/shell/main_hexdump.c
index 5cdb7d23cc..df7df3f1e7 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