]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2028. [port] linux: socket.c compatability for old systems.
authorMark Andrews <marka@isc.org>
Fri, 19 May 2006 02:53:36 +0000 (02:53 +0000)
committerMark Andrews <marka@isc.org>
Fri, 19 May 2006 02:53:36 +0000 (02:53 +0000)
                        [RT #16015]

CHANGES
lib/isc/unix/socket.c

diff --git a/CHANGES b/CHANGES
index ca7d019a5e9ae038aa9ba278ea0fc304402d3ced..ebb6335800a3b0c2a5984551094ea803b1d16082 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2028.  [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.
index 9d9ab9e65c76ad2b073e2f3a8cf22e339e1e1e5c..f95e3c8f75d4104a4e87bca38a472a1ab0249b4e 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.207.2.19.2.25 2006/02/02 23:10:40 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.19.2.26 2006/05/19 02:53:36 marka Exp $ */
 
 #include <config.h>
 
@@ -109,7 +109,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