Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/nsd/include Re-enable {send, recv}mmsg now they ...



details:   https://anonhg.NetBSD.org/src/rev/bc1a61ddc117
branches:  trunk
changeset: 445776:bc1a61ddc117
user:      hannken <hannken%NetBSD.org@localhost>
date:      Mon Nov 12 09:21:45 2018 +0000

description:
Re-enable {send,recv}mmsg now they are working.

diffstat:

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

diffs (17 lines):

diff -r 3fbc008e0b5f -r bc1a61ddc117 external/bsd/nsd/include/config.h
--- a/external/bsd/nsd/include/config.h Mon Nov 12 09:21:13 2018 +0000
+++ b/external/bsd/nsd/include/config.h Mon Nov 12 09:21:45 2018 +0000
@@ -233,13 +233,11 @@
 /* Define to 1 if you have the `reallocarray' function. */
 #define HAVE_REALLOCARRAY 1
 
-#ifdef notyet
 /* Define if recvmmsg is implemented */
 #define HAVE_RECVMMSG 1
 
 /* Define if sendmmsg is implemented */
 #define HAVE_SENDMMSG 1
-#endif
 
 /* Define to 1 if you have the `setregid' function. */
 #define HAVE_SETREGID 1



Home | Main Index | Thread Index | Old Index