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