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

activate ipv6 support

This commit is contained in:
Bob Halley
1999-07-08 00:05:24 +00:00
parent 8267cfb7fe
commit 170263fc1c

View File

@@ -26,9 +26,7 @@ ISC_LANG_BEGINDECLS
typedef struct isc_netaddr {
union {
struct in_addr in;
#ifdef notyet
struct in6_addr in6;
#endif
} type;
} isc_netaddr_t;