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