summaryrefslogtreecommitdiffstats
path: root/usr.bin/cksum/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cksum/crc.c')
-rw-r--r--usr.bin/cksum/crc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c
index 0dde11d..1dc0293 100644
--- a/usr.bin/cksum/crc.c
+++ b/usr.bin/cksum/crc.c
@@ -35,7 +35,11 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 6/17/93";
+#if 0
+static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 6/17/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud