Use the system pselect(3).

This commit is contained in:
Mike Barcroft 2002-09-23 03:40:09 +00:00
parent 8c33eced01
commit 33e2cd4e8d

View File

@ -7,7 +7,6 @@
#define USE_WAITPID #define USE_WAITPID
#define HAVE_GETRUSAGE #define HAVE_GETRUSAGE
#define HAVE_FCHMOD #define HAVE_FCHMOD
#define NEED_PSELECT
#define HAVE_SA_LEN #define HAVE_SA_LEN
#define SETPWENT_VOID #define SETPWENT_VOID
#define RLIMIT_TYPE rlim_t #define RLIMIT_TYPE rlim_t
@ -27,6 +26,7 @@
#define UDPSUM "udpcksum" #define UDPSUM "udpcksum"
#include <sys/types.h> #include <sys/types.h>
#include <sys/select.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/param.h> #include <sys/param.h>
#if (!defined(BSD)) || (BSD < 199306) #if (!defined(BSD)) || (BSD < 199306)