diff options
Diffstat (limited to 'games/atc/main.c')
-rw-r--r-- | games/atc/main.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/atc/main.c b/games/atc/main.c index cffe42c..6319a7a 100644 --- a/games/atc/main.c +++ b/games/atc/main.c @@ -44,13 +44,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[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <string.h> |