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 Disable {send, recv}mmsg until we ma...
details: https://anonhg.NetBSD.org/src/rev/8075d6ae1b0d
branches: trunk
changeset: 445541:8075d6ae1b0d
user: christos <christos%NetBSD.org@localhost>
date: Thu Nov 01 19:11:31 2018 +0000
description:
Disable {send,recv}mmsg until we make our syscalls not have "sticky" errors.
diffstat:
external/bsd/nsd/include/config.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 171bc734c672 -r 8075d6ae1b0d external/bsd/nsd/include/config.h
--- a/external/bsd/nsd/include/config.h Thu Nov 01 18:23:25 2018 +0000
+++ b/external/bsd/nsd/include/config.h Thu Nov 01 19:11:31 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index