From 809239262088f866c609ff697c71459aba004e00 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/drand48.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/drand48.c') diff --git a/src/lib/libc/stdlib/drand48.c b/src/lib/libc/stdlib/drand48.c index e7cb3cb71c..2be23d4c7a 100644 --- a/src/lib/libc/stdlib/drand48.c +++ b/src/lib/libc/stdlib/drand48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: drand48.c,v 1.5 2014/12/09 19:50:26 deraadt Exp $ */ +/* $OpenBSD: drand48.c,v 1.6 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]; - double drand48(void) { -- cgit v1.2.3-55-g6feb