[rtems commit] libmisc/shell/main_hexdump.c: Disable unused copyright string

Joel Sherrill joel at rtems.org
Thu Mar 24 16:58:38 UTC 2016


Module:    rtems
Branch:    master
Commit:    020c4c07d4409d3afbc11341c06dadbd03a15a68
Changeset: http://git.rtems.org/rtems/commit/?id=020c4c07d4409d3afbc11341c06dadbd03a15a68

Author:    Joel Sherrill <joel at rtems.org>
Date:      Sun Mar 20 16:09:09 2016 -0500

libmisc/shell/main_hexdump.c: Disable unused copyright string

---

 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




More information about the vc mailing list