summaryrefslogtreecommitdiffstats
path: root/random
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 07:44:02 +0000
committercgd <cgd@NetBSD.org>1995-04-22 07:44:02 +0000
commit688f2d1516404a121f1e1972ae90e5f4d4ea9263 (patch)
treeee2fcabb6d2507d42ad7f4854c573fec0667d62f /random
parentbb6c8ddc879dee011fca2ed7153f3b9393d3af8e (diff)
downloadbsdgames-darwin-688f2d1516404a121f1e1972ae90e5f4d4ea9263.tar.gz
bsdgames-darwin-688f2d1516404a121f1e1972ae90e5f4d4ea9263.tar.zst
bsdgames-darwin-688f2d1516404a121f1e1972ae90e5f4d4ea9263.zip
NetBSD RCS IDs
Diffstat (limited to 'random')
-rw-r--r--random/Makefile1
-rw-r--r--random/random.62
-rw-r--r--random/random.c6
3 files changed, 9 insertions, 0 deletions
diff --git a/random/Makefile b/random/Makefile
index 7a6c0d22..94ee89de 100644
--- a/random/Makefile
+++ b/random/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.3 1995/04/22 07:44:02 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 3/31/94
PROG= random
diff --git a/random/random.6 b/random/random.6
index 64351f59..5d238367 100644
--- a/random/random.6
+++ b/random/random.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: random.6,v 1.2 1995/04/22 07:44:04 cgd Exp $
+.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/random/random.c b/random/random.c
index 0eb95a1b..96267e25 100644
--- a/random/random.c
+++ b/random/random.c
@@ -1,3 +1,5 @@
+/* $NetBSD: random.c,v 1.3 1995/04/22 07:44:05 cgd Exp $ */
+
/*
* Copyright (c) 1994
* 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[] = "@(#)random.c 8.5 (Berkeley) 4/5/94";
+#else
+static char rcsid[] = "$NetBSD: random.c,v 1.3 1995/04/22 07:44:05 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>