summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/mrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/mrand48.c')
-rw-r--r--src/lib/libc/stdlib/mrand48.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/mrand48.c b/src/lib/libc/stdlib/mrand48.c
index 0568a7ff93..3334e2ad2b 100644
--- a/src/lib/libc/stdlib/mrand48.c
+++ b/src/lib/libc/stdlib/mrand48.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mrand48.c,v 1.5 2014/12/09 00:02:18 tedu Exp $ */ 1/* $OpenBSD: mrand48.c,v 1.6 2015/08/27 04:33:31 guenther Exp $ */
2/* 2/*
3 * Copyright (c) 1993 Martin Birgmeier 3 * Copyright (c) 1993 Martin Birgmeier
4 * All rights reserved. 4 * All rights reserved.
@@ -14,8 +14,6 @@
14 14
15#include "rand48.h" 15#include "rand48.h"
16 16
17extern unsigned short __rand48_seed[3];
18
19long 17long
20mrand48(void) 18mrand48(void)
21{ 19{