1
0
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:
Mike Barcroft 2002-09-23 03:40:09 +00:00
parent 8c33eced01
commit 33e2cd4e8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103813

View File

@ -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)