Module Name:    src
Committed By:   christos
Date:           Thu Nov  1 19:11:31 UTC 2018

Modified Files:
        src/external/bsd/nsd/include: config.h

Log Message:
Disable {send,recv}mmsg until we make our syscalls not have "sticky" errors.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nsd/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/nsd/include/config.h
diff -u src/external/bsd/nsd/include/config.h:1.3 src/external/bsd/nsd/include/config.h:1.4
--- src/external/bsd/nsd/include/config.h:1.3	Mon Sep  3 07:40:09 2018
+++ src/external/bsd/nsd/include/config.h	Thu Nov  1 15:11:31 2018
@@ -233,11 +233,13 @@
 /* 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

Reply via email to