2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

2026. [port] linux: socket.c compatability for old systems.

[RT #16015]
This commit is contained in:
Mark Andrews
2006-05-19 02:47:18 +00:00
parent c6a5d06a45
commit 529035492e
2 changed files with 5 additions and 2 deletions

View 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