summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/lrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/lrand48.c')
-rw-r--r--lib/libc/stdlib/lrand48.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdlib/lrand48.c b/lib/libc/stdlib/lrand48.c
index 22508594fc1..142cca7f78b 100644
--- a/lib/libc/stdlib/lrand48.c
+++ b/lib/libc/stdlib/lrand48.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lrand48.c,v 1.4 2014/12/08 21:45:20 deraadt Exp $ */
+/* $OpenBSD: lrand48.c,v 1.5 2015/08/27 04:33:31 guenther Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@@ -14,8 +14,6 @@
#include "rand48.h"
-extern unsigned short __rand48_seed[3];
-
long
lrand48(void)
{