mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the system pselect(3).
This commit is contained in:
parent
8c33eced01
commit
33e2cd4e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#define USE_WAITPID
|
||||
#define HAVE_GETRUSAGE
|
||||
#define HAVE_FCHMOD
|
||||
#define NEED_PSELECT
|
||||
#define HAVE_SA_LEN
|
||||
#define SETPWENT_VOID
|
||||
#define RLIMIT_TYPE rlim_t
|
||||
|
|
@ -27,6 +26,7 @@
|
|||
#define UDPSUM "udpcksum"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/param.h>
|
||||
#if (!defined(BSD)) || (BSD < 199306)
|
||||
|
|
|
|||
Loading…
Reference in a new issue