This commit is contained in:
Mark Andrews 2001-04-03 02:17:12 +00:00
parent cc0c9a92d6
commit 27998b5bbd

10
lib/bind/isc/ip6.c Normal file
View file

@ -0,0 +1,10 @@
#include <port_before.h>
#include <port_after.h>
/*
* Make sure we don't cause linkage problems.
*/
const struct in6_addr isc_in6addr_any = IN6ADDR_ANY_INIT;
#if 0
const struct in6_addr isc_in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
#endif