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

CHANGES
lib/isc/unix/socket.c

diff --git a/CHANGES b/CHANGES
index 9613358bd22b82f2bbb3b505f2975110c4293d0f..a8143fb58df5ca3cae28cfefb69ee3da878f1ef7 100644 (file)
--- 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.
index 65bc00f0f499a4a012c4f50d177e9dc9a4c87dbd..e53d692fffe8988e08ab2ef4efbb5f3159a7b596 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.263 2006/02/03 23:51:39 marka Exp $ */
+/* $Id: socket.c,v 1.264 2006/05/19 02:47:18 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