diff options
Diffstat (limited to 'games/battlestar/globals.c')
-rw-r--r-- | games/battlestar/globals.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c index 885ca82..f5ae78a 100644 --- a/games/battlestar/globals.c +++ b/games/battlestar/globals.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)globals.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" |