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