From 037f7a6096f3858b2bb5a72720bd0edc233e02da Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Mar 2016 09:32:57 -0500 Subject: shell/hexdump-conv.c: Disable sccsid to avoid unused warning --- cpukit/libmisc/shell/hexdump-conv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libmisc') 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 __FBSDID("$FreeBSD: src/usr.bin/hexdump/conv.c,v 1.9 2006/07/31 14:17:04 jkoshy Exp $"); -- cgit v1.2.3