diff --git a/lib/isc/include/isc/netaddr.h b/lib/isc/include/isc/netaddr.h index f23f0bd049..8361051b44 100644 --- a/lib/isc/include/isc/netaddr.h +++ b/lib/isc/include/isc/netaddr.h @@ -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;