summaryrefslogtreecommitdiffstats
path: root/adventure
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-21 12:04:53 +0000
committercgd <cgd@NetBSD.org>1995-03-21 12:04:53 +0000
commitaffbf9f6ccf3932cabfe781b99f7d654a597254c (patch)
tree0c1bdec533f434c5b7420811b699d6597ed12fe3 /adventure
parent1857913efff7ed4b7463b52021b71864de5e1e86 (diff)
downloadbsdgames-darwin-affbf9f6ccf3932cabfe781b99f7d654a597254c.tar.gz
bsdgames-darwin-affbf9f6ccf3932cabfe781b99f7d654a597254c.tar.zst
bsdgames-darwin-affbf9f6ccf3932cabfe781b99f7d654a597254c.zip
clean up RCS ids
Diffstat (limited to 'adventure')
-rw-r--r--adventure/Makefile1
-rw-r--r--adventure/adventure.62
-rw-r--r--adventure/crc.c6
-rw-r--r--adventure/done.c6
-rw-r--r--adventure/hdr.h2
-rw-r--r--adventure/init.c6
-rw-r--r--adventure/io.c6
-rw-r--r--adventure/main.c6
-rw-r--r--adventure/save.c6
-rw-r--r--adventure/setup.c6
-rw-r--r--adventure/subr.c6
-rw-r--r--adventure/vocab.c6
-rw-r--r--adventure/wizard.c6
13 files changed, 65 insertions, 0 deletions
diff --git a/adventure/Makefile b/adventure/Makefile
index 225c6338..8c2df60c 100644
--- a/adventure/Makefile
+++ b/adventure/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.3 1995/03/21 12:04:53 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= adventure
diff --git a/adventure/adventure.6 b/adventure/adventure.6
index 8df2e8bb..90743efa 100644
--- a/adventure/adventure.6
+++ b/adventure/adventure.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: adventure.6,v 1.2 1995/03/21 12:04:57 cgd Exp $
+.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/adventure/crc.c b/adventure/crc.c
index f6293259..45e43036 100644
--- a/adventure/crc.c
+++ b/adventure/crc.c
@@ -1,3 +1,5 @@
+/* $NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,12 @@
*/
#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[] = "$NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $";
+#endif
#endif /* not lint */
typedef unsigned long u_long;
diff --git a/adventure/done.c b/adventure/done.c
index fd286fd2..464d606f 100644
--- a/adventure/done.c
+++ b/adventure/done.c
@@ -1,3 +1,5 @@
+/* $NetBSD: done.c,v 1.2 1995/03/21 12:05:01 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)done.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: done.c,v 1.2 1995/03/21 12:05:01 cgd Exp $";
+#endif
#endif /* not lint */
/* Re-coding of advent in C: termination routines */
diff --git a/adventure/hdr.h b/adventure/hdr.h
index 3072f9bd..6e1440b8 100644
--- a/adventure/hdr.h
+++ b/adventure/hdr.h
@@ -1,3 +1,5 @@
+/* $NetBSD: hdr.h,v 1.2 1995/03/21 12:05:02 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/adventure/init.c b/adventure/init.c
index 77a948af..663e267f 100644
--- a/adventure/init.c
+++ b/adventure/init.c
@@ -1,3 +1,5 @@
+/* $NetBSD: init.c,v 1.2 1995/03/21 12:05:04 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
+#else
+static char rcsid[] = "$NetBSD: init.c,v 1.2 1995/03/21 12:05:04 cgd Exp $";
+#endif
#endif /* not lint */
/* Re-coding of advent in C: data initialization */
diff --git a/adventure/io.c b/adventure/io.c
index c6ae4fe5..feb52c5d 100644
--- a/adventure/io.c
+++ b/adventure/io.c
@@ -1,3 +1,5 @@
+/* $NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $";
+#endif
#endif /* not lint */
/* Re-coding of advent in C: file i/o and user i/o */
diff --git a/adventure/main.c b/adventure/main.c
index 6de4c37d..3879ba60 100644
--- a/adventure/main.c
+++ b/adventure/main.c
@@ -1,3 +1,5 @@
+/* $NetBSD: main.c,v 1.2 1995/03/21 12:05:07 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -43,7 +45,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93";
+#else
+static char rcsid[] = "$NetBSD: main.c,v 1.2 1995/03/21 12:05:07 cgd Exp $";
+#endif
#endif /* not lint */
/* Re-coding of advent in C: main program */
diff --git a/adventure/save.c b/adventure/save.c
index 8dea684b..e748ad2e 100644
--- a/adventure/save.c
+++ b/adventure/save.c
@@ -1,3 +1,5 @@
+/* $NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $";
+#endif
#endif /* not lint */
#include <stdio.h>
diff --git a/adventure/setup.c b/adventure/setup.c
index 06371f5f..042e1e04 100644
--- a/adventure/setup.c
+++ b/adventure/setup.c
@@ -1,3 +1,5 @@
+/* $NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -41,7 +43,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $";
+#endif
#endif /* not lint */
/*
diff --git a/adventure/subr.c b/adventure/subr.c
index 3e2ef7b2..9ee6d6f7 100644
--- a/adventure/subr.c
+++ b/adventure/subr.c
@@ -1,3 +1,5 @@
+/* $NetBSD: subr.c,v 1.2 1995/03/21 12:05:11 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: subr.c,v 1.2 1995/03/21 12:05:11 cgd Exp $";
+#endif
#endif /* not lint */
/* Re-coding of advent in C: subroutines from main */
diff --git a/adventure/vocab.c b/adventure/vocab.c
index d0604336..f6ae1656 100644
--- a/adventure/vocab.c
+++ b/adventure/vocab.c
@@ -1,3 +1,5 @@
+/* $NetBSD: vocab.c,v 1.2 1995/03/21 12:05:13 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: vocab.c,v 1.2 1995/03/21 12:05:13 cgd Exp $";
+#endif
#endif /* not lint */
/* Re-coding of advent in C: data structure routines */
diff --git a/adventure/wizard.c b/adventure/wizard.c
index 4eaf0555..e6607b3e 100644
--- a/adventure/wizard.c
+++ b/adventure/wizard.c
@@ -1,3 +1,5 @@
+/* $NetBSD: wizard.c,v 1.2 1995/03/21 12:05:15 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
+#else
+static char rcsid[] = "$NetBSD: wizard.c,v 1.2 1995/03/21 12:05:15 cgd Exp $";
+#endif
#endif /* not lint */
/* Re-coding of advent in C: privileged operations */