Directly use <sys/types.h> provided by Newlib

This commit is contained in:
Sebastian Huber
2016-04-27 10:25:22 +02:00
parent 2017a6df2b
commit 3d1e767c8f
241 changed files with 245 additions and 603 deletions

View File

@@ -61,7 +61,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>
#include <crypto/blowfish/bf_locl.h>

View File

@@ -64,7 +64,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>
#include <crypto/blowfish/bf_locl.h>

View File

@@ -64,7 +64,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
#include <crypto/blowfish/blowfish.h>

View File

@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#ifdef _KERNEL
#include <sys/systm.h>
#endif

View File

@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/endian.h>
#ifdef _KERNEL
#include <sys/systm.h>

View File

@@ -64,7 +64,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <crypto/des/des_locl.h>
extern const DES_LONG des_SPtrans[8][64];

View File

@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
#include <sys/kernel.h>
#include <sys/module.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <crypto/rc4/rc4.h>
static __inline void

View File

@@ -30,7 +30,7 @@
__FBSDID("$FreeBSD$");
#include <sys/cdefs.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#ifdef _KERNEL
#include <sys/systm.h>
#else

View File

@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#ifdef _KERNEL
#include <sys/systm.h>
#endif

View File

@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/time.h>
#include <sys/systm.h>

View File

@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/time.h>
#ifdef _KERNEL
#include <sys/systm.h>