mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:15:58 +08:00
Directly use <sys/time.h> provided by Newlib
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
#include <rtems/bsd/sys/time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/systm.h>
|
||||
#include <crypto/blowfish/blowfish.h>
|
||||
#include <crypto/blowfish/bf_locl.h>
|
||||
|
@@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <rtems/bsd/sys/time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <crypto/sha1.h>
|
||||
|
@@ -40,7 +40,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
#include <rtems/bsd/sys/time.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef _KERNEL
|
||||
#include <sys/systm.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user