IFCONFIG(8): Wrap exit()

This commit is contained in:
Sebastian Huber 2013-10-22 10:04:33 +02:00
parent b833cc4c4a
commit 56e9de90c7
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#ifdef __rtems__
#include <machine/rtems-bsd-program.h>
#endif /* __rtems__ */
#include <sys/queue.h>
#include <rtems/bsd/sys/types.h>
#include <sys/ioctl.h>

View File

@ -28,6 +28,9 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#ifdef __rtems__
#include <machine/rtems-bsd-program.h>
#endif /* __rtems__ */
#include <rtems/bsd/sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>