Module Name: src
Committed By: martin
Date: Sat Nov 3 17:15:58 UTC 2018
Modified Files:
src/external/bsd/nsd/include [netbsd-8]: config.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #1077):
external/bsd/nsd/include/config.h: revision 1.4
Disable {send,recv}mmsg until we make our syscalls not have "sticky" errors.
To generate a diff of this commit:
cvs rdiff -u -r1.1.8.1 -r1.1.8.2 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.1.8.1 src/external/bsd/nsd/include/config.h:1.1.8.2
--- src/external/bsd/nsd/include/config.h:1.1.8.1 Sat Oct 13 17:30:01 2018
+++ src/external/bsd/nsd/include/config.h Sat Nov 3 17:15:58 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