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