aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/random/random.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:30 +0000
commitbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch)
tree4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/random/random.c
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
Diffstat (limited to 'usr.bin/random/random.c')
-rw-r--r--usr.bin/random/random.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/random/random.c b/usr.bin/random/random.c
index 7e19e26b30cc..86107e422e0e 100644
--- a/usr.bin/random/random.c
+++ b/usr.bin/random/random.c
@@ -37,9 +37,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static const char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/types.h>