diff options
Diffstat (limited to 'games/fish')
-rw-r--r-- | games/fish/fish.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/fish/fish.c b/games/fish/fish.c index a447c0f..08a6e02 100644 --- a/games/fish/fish.c +++ b/games/fish/fish.c @@ -37,13 +37,17 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1990, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)fish.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |