diff options
Diffstat (limited to 'games/adventure/crc.c')
-rw-r--r-- | games/adventure/crc.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c index 1e62d03a369..d98a8595b04 100644 --- a/games/adventure/crc.c +++ b/games/adventure/crc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crc.c,v 1.6 2008/10/03 08:18:44 sthen Exp $ */ +/* $OpenBSD: crc.c,v 1.7 2009/10/27 23:59:23 deraadt Exp $ */ /* $NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $ */ /*- @@ -33,15 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 5/31/93"; -static char ORIGINAL_sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91"; -#else -static char rcsid[] = "$OpenBSD: crc.c,v 1.6 2008/10/03 08:18:44 sthen Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" unsigned long crctab[] = { |