Sun Sep 6 14:57:18 2020 UTC ()
dhcpcd: Use ppoll(2)


(roy)
diff -r1.6 -r1.7 src/external/bsd/dhcpcd/include/config.h

cvs diff -r1.6 -r1.7 src/external/bsd/dhcpcd/include/config.h (expand / switch to unified diff)

--- src/external/bsd/dhcpcd/include/config.h 2020/06/04 13:09:45 1.6
+++ src/external/bsd/dhcpcd/include/config.h 2020/09/06 14:57:18 1.7
@@ -8,17 +8,17 @@ @@ -8,17 +8,17 @@
8#define RUNDIR "/var/run/dhcpcd" 8#define RUNDIR "/var/run/dhcpcd"
9#endif 9#endif
10#ifndef PRIVSEP_USER 10#ifndef PRIVSEP_USER
11#define PRIVSEP_USER "_dhcpcd" 11#define PRIVSEP_USER "_dhcpcd"
12#endif 12#endif
13#define HAVE_IFAM_PID 13#define HAVE_IFAM_PID
14#define HAVE_IFAM_ADDRFLAGS 14#define HAVE_IFAM_ADDRFLAGS
15#define HAVE_IFADDRS_ADDRFLAGS 15#define HAVE_IFADDRS_ADDRFLAGS
16#define HAVE_OPEN_MEMSTREAM 16#define HAVE_OPEN_MEMSTREAM
17#define HAVE_UTIL_H 17#define HAVE_UTIL_H
18#define HAVE_SYS_QUEUE_H 18#define HAVE_SYS_QUEUE_H
19#define HAVE_SYS_RBTREE_H 19#define HAVE_SYS_RBTREE_H
20#define HAVE_REALLOCARRAY 20#define HAVE_REALLOCARRAY
21#define HAVE_POLLTS 21#define HAVE_PPOLL
22#define HAVE_SYS_BITOPS_H 22#define HAVE_SYS_BITOPS_H
23#define HAVE_MD5_H 23#define HAVE_MD5_H
24#define SHA2_H <sha2.h> 24#define SHA2_H <sha2.h>