mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:15:58 +08:00
Directly use <sys/types.h> provided by Newlib
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
#include <sys/types.h>
|
||||
#include <opencrypto/cast.h>
|
||||
#include <opencrypto/castsb.h>
|
||||
|
||||
|
@@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <rtems/bsd/local/opt_kdtrace.h>
|
||||
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
#include <sys/types.h>
|
||||
#include <rtems/bsd/sys/param.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <rtems/bsd/sys/param.h>
|
||||
|
Reference in New Issue
Block a user