summaryrefslogtreecommitdiffstats
path: root/games/random
diff options
context:
space:
mode:
Diffstat (limited to 'games/random')
-rw-r--r--games/random/random.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/random/random.c b/games/random/random.c
index c3ba51c..8c61588 100644
--- a/games/random/random.c
+++ b/games/random/random.c
@@ -35,13 +35,17 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud