Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/include dhcpcd: kqueue(2) support remove...



details:   https://anonhg.NetBSD.org/src/rev/f75b693a34d3
branches:  trunk
changeset: 934033:f75b693a34d3
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Jun 04 13:09:45 2020 +0000

description:
dhcpcd: kqueue(2) support removed in favour of pollts(2)

diffstat:

 external/bsd/dhcpcd/include/config.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r d2f887ad1ec2 -r f75b693a34d3 external/bsd/dhcpcd/include/config.h
--- a/external/bsd/dhcpcd/include/config.h      Thu Jun 04 13:08:13 2020 +0000
+++ b/external/bsd/dhcpcd/include/config.h      Thu Jun 04 13:09:45 2020 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index