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 Enable support for ppoll()



details:   https://anonhg.NetBSD.org/src/rev/406c8eb7d1c3
branches:  trunk
changeset: 936062:406c8eb7d1c3
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Jul 17 15:44:04 2020 +0000

description:
Enable support for ppoll()

diffstat:

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

diffs (12 lines):

diff -r 356b6153396f -r 406c8eb7d1c3 external/bsd/nsd/include/config.h
--- a/external/bsd/nsd/include/config.h Fri Jul 17 15:34:16 2020 +0000
+++ b/external/bsd/nsd/include/config.h Fri Jul 17 15:44:04 2020 +0000
@@ -249,7 +249,7 @@
 #define HAVE_OPENSSL_SSL_H 1
 
 /* Define to 1 if you have the `ppoll' function. */
-/* #undef HAVE_PPOLL */
+#define HAVE_PPOLL 1
 
 /* Define to 1 if you have the `pselect' function. */
 #define HAVE_PSELECT 1



Home | Main Index | Thread Index | Old Index