Module Name: src
Committed By: roy
Date: Thu Jun 4 13:09:45 UTC 2020
Modified Files:
src/external/bsd/dhcpcd/include: config.h
Log Message:
dhcpcd: kqueue(2) support removed in favour of pollts(2)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/external/bsd/dhcpcd/include/config.h:1.6
--- src/external/bsd/dhcpcd/include/config.h:1.5 Thu Apr 2 12:56:01 2020
+++ src/external/bsd/dhcpcd/include/config.h Thu Jun 4 13:09:45 2020
@@ -18,8 +18,7 @@
#define HAVE_SYS_QUEUE_H
#define HAVE_SYS_RBTREE_H
#define HAVE_REALLOCARRAY
-#define HAVE_KQUEUE
-#define HAVE_KQUEUE1
+#define HAVE_POLLTS
#define HAVE_SYS_BITOPS_H
#define HAVE_MD5_H
#define SHA2_H <sha2.h>