summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-22 09:32:57 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-24 11:41:22 -0500
commit037f7a6096f3858b2bb5a72720bd0edc233e02da (patch)
tree5ffa17da9fae29c6ba45c4ad23e1cb8f5ee3027e
parentpowerpc/shared/openpic/openpic.c: Ignore warnings for __builtin_frame_address... (diff)
downloadrtems-037f7a6096f3858b2bb5a72720bd0edc233e02da.tar.bz2
shell/hexdump-conv.c: Disable sccsid to avoid unused warning
-rw-r--r--cpukit/libmisc/shell/hexdump-conv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c
index fc579af13d..a157aaecc4 100644
--- a/cpukit/libmisc/shell/hexdump-conv.c
+++ b/cpukit/libmisc/shell/hexdump-conv.c
@@ -35,9 +35,11 @@
#include "config.h"
#endif
+#ifndef __rtems__
#ifndef lint
static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/usr.bin/hexdump/conv.c,v 1.9 2006/07/31 14:17:04 jkoshy Exp $");