summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/rand48.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-01 01:32:19 +0000
committerobrien <obrien@FreeBSD.org>2002-02-01 01:32:19 +0000
commitb45ff0fb569a631733b0fe8174ef6bd2e76d6523 (patch)
tree00d3cf581cd6698c5f1022d99c44cb5d6fa3bd12 /lib/libc/gen/rand48.h
parent821a3b87a652fabbbe0c63b418858e7bc7a1537b (diff)
downloadFreeBSD-src-b45ff0fb569a631733b0fe8174ef6bd2e76d6523.zip
FreeBSD-src-b45ff0fb569a631733b0fe8174ef6bd2e76d6523.tar.gz
* Remove __P and convert to ANSI prototypes.
* Remove 'register'. (some functions had 7+ register functions...) * Fix SCM ID's.
Diffstat (limited to 'lib/libc/gen/rand48.h')
-rw-r--r--lib/libc/gen/rand48.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/rand48.h b/lib/libc/gen/rand48.h
index 5b9f87d..b6602dc 100644
--- a/lib/libc/gen/rand48.h
+++ b/lib/libc/gen/rand48.h
@@ -9,6 +9,8 @@
* This software is provided ``as is'', and comes with no warranties
* of any kind. I shall in no event be liable for anything that happens
* to anyone/anything when using this software.
+ *
+ * $FreeBSD$
*/
#ifndef _RAND48_H_
@@ -17,7 +19,7 @@
#include <math.h>
#include <stdlib.h>
-void _dorand48 __P((unsigned short[3]));
+void _dorand48(unsigned short[3]);
#define RAND48_SEED_0 (0x330e)
#define RAND48_SEED_1 (0xabcd)
OpenPOWER on IntegriCloud