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