summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-14 10:45:25 +0000
committerache <ache@FreeBSD.org>1997-06-14 10:45:25 +0000
commitf9302eec855855bfcfe0335e219be7cd02b5da21 (patch)
tree81f5ce9d58221c998943a5a5f34bfa208a2edf75 /include
parenta47fc068b9e2cf273659b264baac4f40e2ec33ef (diff)
downloadFreeBSD-src-f9302eec855855bfcfe0335e219be7cd02b5da21.zip
FreeBSD-src-f9302eec855855bfcfe0335e219be7cd02b5da21.tar.gz
Move machine/types.h to non-standard section
Change order of arc4* functions Pointed-by: bde
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 1bccc76..4f2b1b5 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -37,9 +37,10 @@
#define _STDLIB_H_
#include <machine/ansi.h>
-#include <machine/types.h>
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
+#include <machine/types.h>
+
#ifdef _BSD_RUNE_T_
typedef _BSD_RUNE_T_ rune_t;
#undef _BSD_RUNE_T_
@@ -133,8 +134,8 @@ void *alloca __P((size_t)); /* built-in for gcc */
/* getcap(3) functions */
u_int32_t
arc4random __P((void));
-void arc4random_stir __P((void));
void arc4random_addrandom __P((unsigned char *dat, int datlen));
+void arc4random_stir __P((void));
char *getbsize __P((int *, long *));
char *cgetcap __P((char *, char *, int));
int cgetclose __P((void));
OpenPOWER on IntegriCloud