Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/external/bsd/nsd/include Pull up following revision(s) (r...
details: https://anonhg.NetBSD.org/src/rev/11efd4314304
branches: netbsd-8
changeset: 445573:11efd4314304
user: martin <martin%NetBSD.org@localhost>
date: Sat Nov 03 17:15:58 2018 +0000
description:
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.
diffstat:
external/bsd/nsd/include/config.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 8e8be67dab80 -r 11efd4314304 external/bsd/nsd/include/config.h
--- a/external/bsd/nsd/include/config.h Fri Nov 02 15:36:21 2018 +0000
+++ b/external/bsd/nsd/include/config.h Sat Nov 03 17:15:58 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