Module Name: src
Committed By: roy
Date: Sun Sep 6 14:57:18 UTC 2020
Modified Files:
src/external/bsd/dhcpcd/include: config.h
Log Message:
dhcpcd: Use ppoll(2)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/dhcpcd/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcpcd/include/config.h
diff -u src/external/bsd/dhcpcd/include/config.h:1.6 src/external/bsd/dhcpcd/include/config.h:1.7
--- src/external/bsd/dhcpcd/include/config.h:1.6 Thu Jun 4 13:09:45 2020
+++ src/external/bsd/dhcpcd/include/config.h Sun Sep 6 14:57:18 2020
@@ -18,7 +18,7 @@
#define HAVE_SYS_QUEUE_H
#define HAVE_SYS_RBTREE_H
#define HAVE_REALLOCARRAY
-#define HAVE_POLLTS
+#define HAVE_PPOLL
#define HAVE_SYS_BITOPS_H
#define HAVE_MD5_H
#define SHA2_H <sha2.h>