From: Mark Andrews Date: Fri, 19 May 2006 02:49:29 +0000 (+0000) Subject: 2026. [port] linux: socket.c compatability for old systems. X-Git-Tag: v9.4.0a6~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e7964c74bd80cf859e73c1de7867f7283c7297;p=thirdparty%2Fbind9.git 2026. [port] linux: socket.c compatability for old systems. [RT #16015] --- diff --git a/CHANGES b/CHANGES index e9e18fabca1..d013b0e8dac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2026. [port] linux: socket.c compatability for old systems. + [RT #16015] + 2027. [port] libbind: Solaris x68 support. [RT #16020] 2026. [bug] Rate limit the two recursive client exceeded messages. diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 122c8c913fb..3a2cef13105 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.237.18.22 2006/02/03 23:51:38 marka Exp $ */ +/* $Id: socket.c,v 1.237.18.23 2006/05/19 02:49:29 marka Exp $ */ /*! \file */ @@ -115,7 +115,7 @@ typedef isc_event_t intev_t; * to collect the destination address and interface so the client can * set them on outgoing packets. */ -#ifdef ISC_PLATFORM_HAVEIPV6 +#ifdef ISC_PLATFORM_HAVEIN6PKTINFO #ifndef USE_CMSG #define USE_CMSG 1 #endif