summaryrefslogtreecommitdiffstats
path: root/adventure/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'adventure/init.c')
-rw-r--r--adventure/init.c6
1 files changed, 6 insertions, 0 deletions
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 */