[PATCH 13/14] shell/hexdump-conv.c: Disable sccsid to avoid unused warning
Joel Sherrill
joel at rtems.org
Tue Mar 22 14:40:41 UTC 2016
---
cpukit/libmisc/shell/hexdump-conv.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c
index fc579af..a157aae 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 $");
--
1.8.3.1
More information about the devel
mailing list