diff options
Diffstat (limited to 'lib/libc/stdlib/lcong48.c')
-rw-r--r-- | lib/libc/stdlib/lcong48.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdlib/lcong48.c b/lib/libc/stdlib/lcong48.c index 09726efb6e1..5b297ddbfc1 100644 --- a/lib/libc/stdlib/lcong48.c +++ b/lib/libc/stdlib/lcong48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lcong48.c,v 1.4 2014/12/08 21:45:20 deraadt Exp $ */ +/* $OpenBSD: lcong48.c,v 1.5 2015/08/27 04:33:31 guenther Exp $ */ /* * Copyright (c) 1993 Martin Birgmeier * All rights reserved. @@ -14,10 +14,6 @@ #include "rand48.h" -extern unsigned short __rand48_seed[3]; -extern unsigned short __rand48_mult[3]; -extern unsigned short __rand48_add; - void lcong48(unsigned short p[7]) { |