From a6540ffa21c3355d2b673d139a9ef81dcd0eaa04 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 10 May 2002 06:54:40 +0000 Subject: [PATCH] pullup: 1288. [port] Openserver: the value FD_SETSIZE depends on whether is included or not. Be consistant. --- CHANGES | 3 +++ bin/tests/zone_test.c | 7 ++++++- lib/isc/unix/app.c | 3 ++- lib/isc/unix/entropy.c | 3 ++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index a994c77b6a..3fa8c8dfb6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1288. [port] Openserver: the value FD_SETSIZE depends on whether + is included or not. Be consistant. + 1284. [bug] Memory leak if dns_db_beginload() failed. 1283. [bug] Reference after free error if dns_dispatchmgr_create() diff --git a/bin/tests/zone_test.c b/bin/tests/zone_test.c index 986fad25a1..cdc7305d02 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -15,10 +15,11 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone_test.c,v 1.26 2001/01/22 22:29:36 gson Exp $ */ +/* $Id: zone_test.c,v 1.26.2.1 2002/05/10 06:54:37 marka Exp $ */ #include +#include #include #include @@ -41,6 +42,10 @@ #include #include +#ifdef ISC_PLATFORM_NEEDSYSSELECTH +#include +#endif + static int debug = 0; static int quiet = 0; static int stats = 0; diff --git a/lib/isc/unix/app.c b/lib/isc/unix/app.c index 4eb7020a9b..3c24b5f1ed 100644 --- a/lib/isc/unix/app.c +++ b/lib/isc/unix/app.c @@ -15,10 +15,11 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: app.c,v 1.43.2.1 2001/10/22 23:28:17 gson Exp $ */ +/* $Id: app.c,v 1.43.2.2 2002/05/10 06:54:38 marka Exp $ */ #include +#include /* Openserver 5.0.6A and FD_SETSIZE */ #include #include diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c index 8c552f6f30..32ff1a3239 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy.c,v 1.60.2.1 2001/10/22 23:28:18 gson Exp $ */ +/* $Id: entropy.c,v 1.60.2.2 2002/05/10 06:54:40 marka Exp $ */ /* * This is the system depenedent part of the ISC entropy API. @@ -23,6 +23,7 @@ #include +#include /* Openserver 5.0.6A and FD_SETSIZE */ #include #include