summaryrefslogtreecommitdiffstats
path: root/games/adventure/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/setup.c')
-rw-r--r--games/adventure/setup.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/adventure/setup.c b/games/adventure/setup.c
index c67d4c7..aadfd2b 100644
--- a/games/adventure/setup.c
+++ b/games/adventure/setup.c
@@ -35,13 +35,17 @@
*/
#ifndef lint
-static char copyright[] =
+static const 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";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/*
OpenPOWER on IntegriCloud