diff options
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/extern.c | 4 | ||||
-rw-r--r-- | games/atc/graphics.c | 6 | ||||
-rw-r--r-- | games/atc/input.c | 4 | ||||
-rw-r--r-- | games/atc/list.c | 4 | ||||
-rw-r--r-- | games/atc/log.c | 4 | ||||
-rw-r--r-- | games/atc/main.c | 6 | ||||
-rw-r--r-- | games/atc/tunable.c | 4 | ||||
-rw-r--r-- | games/atc/update.c | 4 |
8 files changed, 33 insertions, 3 deletions
diff --git a/games/atc/extern.c b/games/atc/extern.c index ea34434c87ba..2976b0c82ece 100644 --- a/games/atc/extern.c +++ b/games/atc/extern.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "include.h" diff --git a/games/atc/graphics.c b/games/atc/graphics.c index 91aa975bec3f..8b521a39f13d 100644 --- a/games/atc/graphics.c +++ b/games/atc/graphics.c @@ -32,8 +32,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* @@ -46,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <string.h> diff --git a/games/atc/input.c b/games/atc/input.c index a913f1fbdea0..0becdf6f8f0d 100644 --- a/games/atc/input.c +++ b/games/atc/input.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif not lint #include <stdlib.h> diff --git a/games/atc/list.c b/games/atc/list.c index 19f605cda7bc..af5788fae8ab 100644 --- a/games/atc/list.c +++ b/games/atc/list.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <stdlib.h> diff --git a/games/atc/log.c b/games/atc/log.c index a713e590cc15..0bf6958a5b70 100644 --- a/games/atc/log.c +++ b/games/atc/log.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif not lint #include <string.h> diff --git a/games/atc/main.c b/games/atc/main.c index cffe42cba2ed..6319a7aad75c 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> diff --git a/games/atc/tunable.c b/games/atc/tunable.c index e817a66b1026..7c7105984f51 100644 --- a/games/atc/tunable.c +++ b/games/atc/tunable.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)tunable.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* 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> |