mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 06:49:16 +08:00
IFCONFIG(8): Wrap exit()
This commit is contained in:
parent
b833cc4c4a
commit
56e9de90c7
@ -32,6 +32,9 @@ static const char rcsid[] =
|
|||||||
"$FreeBSD$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
|
#ifdef __rtems__
|
||||||
|
#include <machine/rtems-bsd-program.h>
|
||||||
|
#endif /* __rtems__ */
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
#include <rtems/bsd/sys/types.h>
|
#include <rtems/bsd/sys/types.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
@ -28,6 +28,9 @@ static const char rcsid[] =
|
|||||||
"$FreeBSD$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
|
#ifdef __rtems__
|
||||||
|
#include <machine/rtems-bsd-program.h>
|
||||||
|
#endif /* __rtems__ */
|
||||||
#include <rtems/bsd/sys/types.h>
|
#include <rtems/bsd/sys/types.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user