diff options
Diffstat (limited to 'games/larn/data.c')
-rw-r--r-- | games/larn/data.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/larn/data.c b/games/larn/data.c index 1e6fcdf..a09d55c 100644 --- a/games/larn/data.c +++ b/games/larn/data.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)data.c 5.3 (Berkeley) 5/13/91"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* data.c Larn is copyrighted 1986 by Noah Morgan. */ |