added ifdef notyet IPv6 support

This commit is contained in:
Bob Halley 1999-06-16 21:05:22 +00:00
parent 21bec6f6fb
commit ee34b73efe
2 changed files with 6 additions and 0 deletions

View file

@ -30,6 +30,9 @@ typedef struct isc_sockaddr {
*/
union {
struct sockaddr_in sin;
#ifdef notyet
struct sockaddr_in6 sin6;
#endif
} type;
} isc_sockaddr_t;

View file

@ -30,6 +30,9 @@ typedef struct isc_sockaddr {
*/
union {
struct sockaddr_in sin;
#ifdef notyet
struct sockaddr_in6 sin6;
#endif
} type;
} isc_sockaddr_t;