2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

yet another in6addr_loopback change

This commit is contained in:
Andreas Gustafsson 2001-11-01 23:20:21 +00:00
parent 63bdedb251
commit 785d1541b6

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: net.c,v 1.23 2001/08/31 05:57:54 marka Exp $ */
/* $Id: net.c,v 1.24 2001/11/01 23:20:21 gson Exp $ */
#include <config.h>
@ -32,6 +32,9 @@
#if defined(ISC_PLATFORM_HAVEIPV6) && defined(ISC_PLATFORM_NEEDIN6ADDRANY)
const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
#endif
#if defined(ISC_PLATFORM_HAVEIPV6) && defined(ISC_PLATFORM_NEEDIN6ADDRLOOPBACK)
const struct in6_addr isc_net_in6addrloop = IN6ADDR_LOOPBACK_INIT;
#endif