summaryrefslogtreecommitdiffstats
path: root/adventure/wizard.c
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/wizard.c
parent1857913efff7ed4b7463b52021b71864de5e1e86 (diff)
downloadbsdgames-darwin-affbf9f6ccf3932cabfe781b99f7d654a597254c.tar.gz
bsdgames-darwin-affbf9f6ccf3932cabfe781b99f7d654a597254c.tar.zst
bsdgames-darwin-affbf9f6ccf3932cabfe781b99f7d654a597254c.zip
clean up RCS ids
Diffstat (limited to 'adventure/wizard.c')
-rw-r--r--adventure/wizard.c6
1 files changed, 6 insertions, 0 deletions
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 */