diff options
Diffstat (limited to 'ares/ahost.c')
-rw-r--r-- | ares/ahost.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ares/ahost.c b/ares/ahost.c index 1e6cc8bd4..974f94d68 100644 --- a/ares/ahost.c +++ b/ares/ahost.c @@ -40,13 +40,6 @@ #include "inet_net_pton.h" #include "ares_getopt.h" -#ifndef HAVE_STRUCT_IN6_ADDR -struct in6_addr -{ - unsigned char s6_addr[16]; -}; -#endif - static void callback(void *arg, int status, int timeouts, struct hostent *host); static void usage(void); |