diff options
author | deraadt <> | 2015-01-16 16:48:51 +0000 |
---|---|---|
committer | deraadt <> | 2015-01-16 16:48:51 +0000 |
commit | 1e4765ffa2cc484d6fa2c51e54ba927cbae67f13 (patch) | |
tree | 2f04e8a0f019b4b73805acf11a1e5138c9b9f37f /src/lib/libc/stdlib/random.c | |
parent | d23934efb8e7adaa63d4eb5752505a40e4b1f285 (diff) | |
download | openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.gz openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.bz2 openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.zip |
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'src/lib/libc/stdlib/random.c')
-rw-r--r-- | src/lib/libc/stdlib/random.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/random.c b/src/lib/libc/stdlib/random.c index 96cced9a20..e293648ecd 100644 --- a/src/lib/libc/stdlib/random.c +++ b/src/lib/libc/stdlib/random.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: random.c,v 1.28 2014/12/16 20:51:32 sthen Exp $ */ | 1 | /* $OpenBSD: random.c,v 1.29 2015/01/16 16:48:51 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1983 Regents of the University of California. | 3 | * Copyright (c) 1983 Regents of the University of California. |
4 | * All rights reserved. | 4 | * All rights reserved. |
@@ -28,9 +28,6 @@ | |||
28 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include <sys/param.h> | ||
32 | #include <sys/sysctl.h> | ||
33 | #include <sys/time.h> | ||
34 | #include <fcntl.h> | 31 | #include <fcntl.h> |
35 | #include <stdio.h> | 32 | #include <stdio.h> |
36 | #include <stdlib.h> | 33 | #include <stdlib.h> |