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