mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Use the system pselect(3).
This commit is contained in:
parent
8c33eced01
commit
33e2cd4e8d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103813
@ -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 New Issue
Block a user