diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
commit | d6f987883e262363e2689803a36a7c32736476cc (patch) | |
tree | 1158893c08ead8fccdd4ac523d3492f68c4c1cda /games/sail | |
parent | 94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff) |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
Diffstat (limited to 'games/sail')
-rw-r--r-- | games/sail/assorted.c | 10 | ||||
-rw-r--r-- | games/sail/dr_1.c | 10 | ||||
-rw-r--r-- | games/sail/dr_2.c | 10 | ||||
-rw-r--r-- | games/sail/dr_3.c | 10 | ||||
-rw-r--r-- | games/sail/dr_4.c | 10 | ||||
-rw-r--r-- | games/sail/dr_5.c | 10 | ||||
-rw-r--r-- | games/sail/dr_main.c | 10 | ||||
-rw-r--r-- | games/sail/game.c | 10 | ||||
-rw-r--r-- | games/sail/globals.c | 10 | ||||
-rw-r--r-- | games/sail/lo_main.c | 10 | ||||
-rw-r--r-- | games/sail/main.c | 16 | ||||
-rw-r--r-- | games/sail/misc.c | 10 | ||||
-rw-r--r-- | games/sail/parties.c | 10 | ||||
-rw-r--r-- | games/sail/pl_1.c | 10 | ||||
-rw-r--r-- | games/sail/pl_2.c | 10 | ||||
-rw-r--r-- | games/sail/pl_3.c | 10 | ||||
-rw-r--r-- | games/sail/pl_4.c | 10 | ||||
-rw-r--r-- | games/sail/pl_5.c | 10 | ||||
-rw-r--r-- | games/sail/pl_6.c | 10 | ||||
-rw-r--r-- | games/sail/pl_7.c | 10 | ||||
-rw-r--r-- | games/sail/pl_main.c | 10 | ||||
-rw-r--r-- | games/sail/sync.c | 11 | ||||
-rw-r--r-- | games/sail/version.c | 10 |
23 files changed, 23 insertions, 214 deletions
diff --git a/games/sail/assorted.c b/games/sail/assorted.c index d92813c6c27..7a22017aedb 100644 --- a/games/sail/assorted.c +++ b/games/sail/assorted.c @@ -1,4 +1,4 @@ -/* $OpenBSD: assorted.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: assorted.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)assorted.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: assorted.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" #include <sys/cdefs.h> #include <stdlib.h> diff --git a/games/sail/dr_1.c b/games/sail/dr_1.c index 107fc7130cc..058247e47fb 100644 --- a/games/sail/dr_1.c +++ b/games/sail/dr_1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dr_1.c,v 1.5 2006/03/27 00:10:15 tedu Exp $ */ +/* $OpenBSD: dr_1.c,v 1.6 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: dr_1.c,v 1.4 1995/04/24 12:25:10 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dr_1.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: dr_1.c,v 1.5 2006/03/27 00:10:15 tedu Exp $"; -#endif -#endif /* not lint */ - #include "driver.h" #include <stdlib.h> diff --git a/games/sail/dr_2.c b/games/sail/dr_2.c index 6767128a2fc..d16faab1076 100644 --- a/games/sail/dr_2.c +++ b/games/sail/dr_2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dr_2.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: dr_2.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: dr_2.c,v 1.4 1995/04/24 12:25:12 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dr_2.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: dr_2.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "driver.h" #include <stdlib.h> diff --git a/games/sail/dr_3.c b/games/sail/dr_3.c index 888a829afb8..5b3500b2854 100644 --- a/games/sail/dr_3.c +++ b/games/sail/dr_3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dr_3.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: dr_3.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: dr_3.c,v 1.3 1995/04/22 10:36:49 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dr_3.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: dr_3.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "driver.h" #include <stdlib.h> diff --git a/games/sail/dr_4.c b/games/sail/dr_4.c index 68c3743336a..d061c1a4133 100644 --- a/games/sail/dr_4.c +++ b/games/sail/dr_4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dr_4.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: dr_4.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: dr_4.c,v 1.3 1995/04/22 10:36:50 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dr_4.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: dr_4.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" #include <stdlib.h> diff --git a/games/sail/dr_5.c b/games/sail/dr_5.c index e1d7f915b51..fa271787122 100644 --- a/games/sail/dr_5.c +++ b/games/sail/dr_5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dr_5.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: dr_5.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: dr_5.c,v 1.3 1995/04/22 10:36:51 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dr_5.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: dr_5.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" void diff --git a/games/sail/dr_main.c b/games/sail/dr_main.c index bd0fad28754..886b94e2ac2 100644 --- a/games/sail/dr_main.c +++ b/games/sail/dr_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dr_main.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: dr_main.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: dr_main.c,v 1.4 1995/04/22 10:36:52 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94"; -#else -static char rcsid[] = "$OpenBSD: dr_main.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "driver.h" #include <stdlib.h> #include <unistd.h> diff --git a/games/sail/game.c b/games/sail/game.c index b71143c7a50..d0a05a61aaf 100644 --- a/games/sail/game.c +++ b/games/sail/game.c @@ -1,4 +1,4 @@ -/* $OpenBSD: game.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: game.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: game.c,v 1.3 1995/04/22 10:36:56 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)game.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: game.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" int diff --git a/games/sail/globals.c b/games/sail/globals.c index f480cc62036..8c626b4a5a7 100644 --- a/games/sail/globals.c +++ b/games/sail/globals.c @@ -1,4 +1,4 @@ -/* $OpenBSD: globals.c,v 1.6 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: globals.c,v 1.7 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: globals.c,v 1.4 1995/04/22 10:36:57 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)globals.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: globals.c,v 1.6 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" struct scenario scene[] = { diff --git a/games/sail/lo_main.c b/games/sail/lo_main.c index f10d7b98a53..097d3df0e26 100644 --- a/games/sail/lo_main.c +++ b/games/sail/lo_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lo_main.c,v 1.6 2003/07/10 00:03:01 david Exp $ */ +/* $OpenBSD: lo_main.c,v 1.7 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)lo_main.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: lo_main.c,v 1.6 2003/07/10 00:03:01 david Exp $"; -#endif -#endif /* not lint */ - /* * Print out the top ten SAILors * diff --git a/games/sail/main.c b/games/sail/main.c index db57693fd95..706a60e56a5 100644 --- a/games/sail/main.c +++ b/games/sail/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.5 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: main.c,v 1.6 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: main.c,v 1.3 1995/04/22 10:37:01 cgd Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1983, 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.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: main.c,v 1.5 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" #include <fcntl.h> #include <unistd.h> diff --git a/games/sail/misc.c b/games/sail/misc.c index 101f88c8dca..32a3915b381 100644 --- a/games/sail/misc.c +++ b/games/sail/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: misc.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.3 1995/04/22 10:37:03 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include <fcntl.h> #include <stdlib.h> #include <sys/file.h> diff --git a/games/sail/parties.c b/games/sail/parties.c index 040aba3fe40..d3666d73100 100644 --- a/games/sail/parties.c +++ b/games/sail/parties.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parties.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: parties.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: parties.c,v 1.3 1995/04/22 10:37:04 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)parties.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: parties.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" int diff --git a/games/sail/pl_1.c b/games/sail/pl_1.c index 9b975e81a5b..a68e69a0e5c 100644 --- a/games/sail/pl_1.c +++ b/games/sail/pl_1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_1.c,v 1.8 2003/07/10 00:03:01 david Exp $ */ +/* $OpenBSD: pl_1.c,v 1.9 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_1.c,v 1.3 1995/04/22 10:37:07 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_1.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_1.c,v 1.8 2003/07/10 00:03:01 david Exp $"; -#endif -#endif /* not lint */ - #include "player.h" #include <sys/types.h> #include <errno.h> diff --git a/games/sail/pl_2.c b/games/sail/pl_2.c index de485e88e78..b38cb413bdc 100644 --- a/games/sail/pl_2.c +++ b/games/sail/pl_2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_2.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: pl_2.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_2.c,v 1.3 1995/04/22 10:37:08 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_2.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_2.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "player.h" void diff --git a/games/sail/pl_3.c b/games/sail/pl_3.c index f03f7ed445e..2e833232983 100644 --- a/games/sail/pl_3.c +++ b/games/sail/pl_3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_3.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: pl_3.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_3.c,v 1.3 1995/04/22 10:37:09 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_3.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_3.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "player.h" #include <stdlib.h> diff --git a/games/sail/pl_4.c b/games/sail/pl_4.c index 1553820a8d9..12ff6069a1b 100644 --- a/games/sail/pl_4.c +++ b/games/sail/pl_4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_4.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: pl_4.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_4.c,v 1.4 1995/04/24 12:25:17 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_4.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_4.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "player.h" void diff --git a/games/sail/pl_5.c b/games/sail/pl_5.c index 2fb27a9bbdd..858d36c1447 100644 --- a/games/sail/pl_5.c +++ b/games/sail/pl_5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_5.c,v 1.5 2006/03/27 00:10:15 tedu Exp $ */ +/* $OpenBSD: pl_5.c,v 1.6 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_5.c,v 1.4 1995/04/24 12:25:21 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_5.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_5.c,v 1.5 2006/03/27 00:10:15 tedu Exp $"; -#endif -#endif /* not lint */ - #include "player.h" #define turnfirst(x) (*x == 'r' || *x == 'l') diff --git a/games/sail/pl_6.c b/games/sail/pl_6.c index 10e91f5ee62..1cec97d981c 100644 --- a/games/sail/pl_6.c +++ b/games/sail/pl_6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_6.c,v 1.3 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: pl_6.c,v 1.4 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_6.c,v 1.3 1995/04/22 10:37:15 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_6.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_6.c,v 1.3 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include "player.h" void diff --git a/games/sail/pl_7.c b/games/sail/pl_7.c index 9ef56d8c79c..27890c681a1 100644 --- a/games/sail/pl_7.c +++ b/games/sail/pl_7.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_7.c,v 1.8 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: pl_7.c,v 1.9 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_7.c,v 1.6 1995/04/22 10:37:17 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_7.c,v 1.8 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include <sys/ttydefaults.h> #include "player.h" #include <stdarg.h> diff --git a/games/sail/pl_main.c b/games/sail/pl_main.c index 67f42e0c7c7..90d87765ffb 100644 --- a/games/sail/pl_main.c +++ b/games/sail/pl_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_main.c,v 1.11 2006/11/02 18:15:02 ray Exp $ */ +/* $OpenBSD: pl_main.c,v 1.12 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: pl_main.c,v 1.5 1995/04/24 12:25:25 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pl_main.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: pl_main.c,v 1.11 2006/11/02 18:15:02 ray Exp $"; -#endif -#endif /* not lint */ - #include "player.h" #include <sys/types.h> #include <sys/wait.h> diff --git a/games/sail/sync.c b/games/sail/sync.c index d77463853fe..9bf85efac9e 100644 --- a/games/sail/sync.c +++ b/games/sail/sync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sync.c,v 1.8 2004/12/17 18:46:32 moritz Exp $ */ +/* $OpenBSD: sync.c,v 1.9 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: sync.c,v 1.9 1998/08/30 09:19:40 veego Exp $ */ /* @@ -30,15 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifndef lint -#if 0 -static char sccsid[] = "@(#)sync.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: sync.c,v 1.8 2004/12/17 18:46:32 moritz Exp $"; -#endif -#endif /* not lint */ - #include <fcntl.h> #include <errno.h> #include <stdarg.h> diff --git a/games/sail/version.c b/games/sail/version.c index da472586589..bcbdb8d15e7 100644 --- a/games/sail/version.c +++ b/games/sail/version.c @@ -1,4 +1,4 @@ -/* $OpenBSD: version.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: version.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: version.c,v 1.3 1995/04/22 10:37:27 cgd Exp $ */ /* @@ -30,12 +30,4 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: version.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - char version[] = "Wooden Ships and Iron Men, Version 8.2 (95/04/28)"; |