[rtems commit] shell/hexdump-conv.c: Disable sccsid to avoid unused warning
    Joel Sherrill 
    joel at rtems.org
       
    Thu Mar 24 16:58:38 UTC 2016
    
    
  
Module:    rtems
Branch:    master
Commit:    037f7a6096f3858b2bb5a72720bd0edc233e02da
Changeset: http://git.rtems.org/rtems/commit/?id=037f7a6096f3858b2bb5a72720bd0edc233e02da
Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Mar 22 09:32:57 2016 -0500
shell/hexdump-conv.c: Disable sccsid to avoid unused warning
---
 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 $");
 
    
    
More information about the vc
mailing list