summaryrefslogtreecommitdiff
path: root/games/adventure
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/crc.c11
-rw-r--r--games/adventure/done.c10
-rw-r--r--games/adventure/init.c10
-rw-r--r--games/adventure/io.c10
-rw-r--r--games/adventure/main.c16
-rw-r--r--games/adventure/save.c10
-rw-r--r--games/adventure/setup.c16
-rw-r--r--games/adventure/subr.c10
-rw-r--r--games/adventure/vocab.c10
-rw-r--r--games/adventure/wizard.c10
10 files changed, 10 insertions, 103 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c
index 1e62d03a369..d98a8595b04 100644
--- a/games/adventure/crc.c
+++ b/games/adventure/crc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crc.c,v 1.6 2008/10/03 08:18:44 sthen Exp $ */
+/* $OpenBSD: crc.c,v 1.7 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $ */
/*-
@@ -33,15 +33,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 5/31/93";
-static char ORIGINAL_sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91";
-#else
-static char rcsid[] = "$OpenBSD: crc.c,v 1.6 2008/10/03 08:18:44 sthen Exp $";
-#endif
-#endif /* not lint */
-
#include "extern.h"
unsigned long crctab[] = {
diff --git a/games/adventure/done.c b/games/adventure/done.c
index b13d3f99069..16968025d93 100644
--- a/games/adventure/done.c
+++ b/games/adventure/done.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: done.c,v 1.7 2004/07/09 15:59:26 deraadt Exp $ */
+/* $OpenBSD: done.c,v 1.8 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: done.c,v 1.2 1995/03/21 12:05:01 cgd Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)done.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: done.c,v 1.7 2004/07/09 15:59:26 deraadt Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: termination routines */
#include <stdio.h>
diff --git a/games/adventure/init.c b/games/adventure/init.c
index 1dd1bd81053..9c60994258c 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.10 2006/03/27 00:10:14 tedu Exp $ */
+/* $OpenBSD: init.c,v 1.11 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: init.c,v 1.4 1996/05/21 21:53:05 mrg Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
-#else
-static char rcsid[] = "$OpenBSD: init.c,v 1.10 2006/03/27 00:10:14 tedu Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: data initialization */
#include <sys/types.h>
diff --git a/games/adventure/io.c b/games/adventure/io.c
index 7bdd2914757..0c4c699db08 100644
--- a/games/adventure/io.c
+++ b/games/adventure/io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: io.c,v 1.16 2006/03/27 00:10:14 tedu Exp $ */
+/* $OpenBSD: io.c,v 1.17 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: io.c,v 1.3 1995/04/24 12:21:37 cgd Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: io.c,v 1.16 2006/03/27 00:10:14 tedu Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: file i/o and user i/o */
#include <err.h>
diff --git a/games/adventure/main.c b/games/adventure/main.c
index d6f05f20830..54f60eedebc 100644
--- a/games/adventure/main.c
+++ b/games/adventure/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.18 2004/07/09 15:59:26 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.19 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: main.c,v 1.5 1996/05/21 21:53:09 mrg Exp $ */
/*-
@@ -35,20 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1991, 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) 6/2/93";
-#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.18 2004/07/09 15:59:26 deraadt Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: main program */
#include <sys/file.h>
diff --git a/games/adventure/save.c b/games/adventure/save.c
index c2b9874a1e8..45885ac005d 100644
--- a/games/adventure/save.c
+++ b/games/adventure/save.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: save.c,v 1.7 2004/07/09 15:59:26 deraadt Exp $ */
+/* $OpenBSD: save.c,v 1.8 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: save.c,v 1.7 2004/07/09 15:59:26 deraadt Exp $";
-#endif
-#endif /* not lint */
-
#include <stdio.h>
#include <stdlib.h>
#include "hdr.h"
diff --git a/games/adventure/setup.c b/games/adventure/setup.c
index ee5a86aebd7..cab495bcd7a 100644
--- a/games/adventure/setup.c
+++ b/games/adventure/setup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: setup.c,v 1.8 2004/07/09 15:59:26 deraadt Exp $ */
+/* $OpenBSD: setup.c,v 1.9 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $ */
/*-
@@ -33,20 +33,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: setup.c,v 1.8 2004/07/09 15:59:26 deraadt Exp $";
-#endif
-#endif /* not lint */
-
/*
* Setup: keep the structure of the original Adventure port, but use an
* internal copy of the data file, serving as a sort of virtual disk. It's
diff --git a/games/adventure/subr.c b/games/adventure/subr.c
index e27c9505db5..6ca78d5a671 100644
--- a/games/adventure/subr.c
+++ b/games/adventure/subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr.c,v 1.9 2004/07/09 15:59:26 deraadt Exp $ */
+/* $OpenBSD: subr.c,v 1.10 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: subr.c,v 1.2 1995/03/21 12:05:11 cgd Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: subr.c,v 1.9 2004/07/09 15:59:26 deraadt Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: subroutines from main */
#include <stdio.h>
diff --git a/games/adventure/vocab.c b/games/adventure/vocab.c
index 5b3ed32fbc6..5326c962fb4 100644
--- a/games/adventure/vocab.c
+++ b/games/adventure/vocab.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vocab.c,v 1.12 2006/03/27 00:10:14 tedu Exp $ */
+/* $OpenBSD: vocab.c,v 1.13 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: vocab.c,v 1.2 1995/03/21 12:05:13 cgd Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: vocab.c,v 1.12 2006/03/27 00:10:14 tedu Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: data structure routines */
#include <err.h>
diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c
index 2fa65cbeb02..b01c9112162 100644
--- a/games/adventure/wizard.c
+++ b/games/adventure/wizard.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wizard.c,v 1.13 2004/07/09 15:59:26 deraadt Exp $ */
+/* $OpenBSD: wizard.c,v 1.14 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: wizard.c,v 1.3 1995/04/24 12:21:41 cgd Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
-#else
-static char rcsid[] = "$OpenBSD: wizard.c,v 1.13 2004/07/09 15:59:26 deraadt Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: privileged operations */
#include <sys/param.h>