mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
added ifdef notyet IPv6 support
This commit is contained in:
parent
21bec6f6fb
commit
ee34b73efe
2 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ typedef struct isc_sockaddr {
|
|||
*/
|
||||
union {
|
||||
struct sockaddr_in sin;
|
||||
#ifdef notyet
|
||||
struct sockaddr_in6 sin6;
|
||||
#endif
|
||||
} type;
|
||||
} isc_sockaddr_t;
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ typedef struct isc_sockaddr {
|
|||
*/
|
||||
union {
|
||||
struct sockaddr_in sin;
|
||||
#ifdef notyet
|
||||
struct sockaddr_in6 sin6;
|
||||
#endif
|
||||
} type;
|
||||
} isc_sockaddr_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue