From e6c9bc283d980d5de061681c83af2c5ec669db1b Mon Sep 17 00:00:00 2001 From: guenther <> Date: Thu, 27 Aug 2015 04:33:31 +0000 Subject: Move the __rand48_* declarations into rand48.h, and then hide both them and __dorand48() and __rand48_deterministic ok deraadt@ --- src/lib/libc/stdlib/seed48.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libc/stdlib/seed48.c') diff --git a/src/lib/libc/stdlib/seed48.c b/src/lib/libc/stdlib/seed48.c index 7acb4e6d1d..0485ed6a10 100644 --- a/src/lib/libc/stdlib/seed48.c +++ b/src/lib/libc/stdlib/seed48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: seed48.c,v 1.4 2014/12/08 21:45:20 deraadt Exp $ */ +/* $OpenBSD: seed48.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; - unsigned short * seed48(unsigned short xseed[3]) { -- cgit v1.2.3-55-g6feb