From 785d1541b6ec7c6939ec8ebf409db367943bab5f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 1 Nov 2001 23:20:21 +0000 Subject: [PATCH] yet another in6addr_loopback change --- lib/isc/unix/net.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/isc/unix/net.c b/lib/isc/unix/net.c index 6dafc5c602..9395d8ed17 100644 --- a/lib/isc/unix/net.c +++ b/lib/isc/unix/net.c @@ -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 @@ -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