diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-09-21 07:36:18 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-09-21 07:36:18 +0000 |
commit | b035152d559c05bd0c273db0c645e9a76ab61122 (patch) | |
tree | d379cb7e6e1226ead0bc17a5b80aa99b7b3b0094 /games/atc/tunable.c | |
parent | 8745530dedffa86a4a34dffb91fd3cf2e7e244df (diff) |
Cleanup, partially from NetBSD and jsm28@cam.ac.uk. No longer segfaults if
scorefile can't be opened. New -q quiet option. Partial man page reformat.
Diffstat (limited to 'games/atc/tunable.c')
-rw-r--r-- | games/atc/tunable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atc/tunable.c b/games/atc/tunable.c index b864e70d499..739807d4c81 100644 --- a/games/atc/tunable.c +++ b/games/atc/tunable.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tunable.c,v 1.2 1998/09/21 07:36:07 pjanzen Exp $ */ /* $NetBSD: tunable.c,v 1.3 1995/03/21 15:04:33 cgd Exp $ */ /*- @@ -49,7 +50,7 @@ #if 0 static char sccsid[] = "@(#)tunable.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: tunable.c,v 1.3 1995/03/21 15:04:33 cgd Exp $"; +static char rcsid[] = "$OpenBSD: tunable.c,v 1.2 1998/09/21 07:36:07 pjanzen Exp $"; #endif #endif /* not lint */ |