diff options
Diffstat (limited to 'games/adventure/crc.c')
| -rw-r--r-- | games/adventure/crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c index 2aaef19b42e61..9b6f82066fa8e 100644 --- a/games/adventure/crc.c +++ b/games/adventure/crc.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 5/31/93"; static char ORIGINAL_sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/crc.c,v 1.6 1999/12/19 00:21:50 billf Exp $"; #endif /* not lint */ #include <sys/types.h> |
