diff options
Diffstat (limited to 'games/rogue/init.c')
-rw-r--r-- | games/rogue/init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/rogue/init.c b/games/rogue/init.c index fea5831..3c214cb 100644 --- a/games/rogue/init.c +++ b/games/rogue/init.c @@ -35,7 +35,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* |