From ca95f58ac0d5c9cc8f56517917af8b83248777f7 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 15 Nov 2007 19:44:01 +0000 Subject: Needed now that in6_addr is referenced in ares.h --- ares/ahost.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ares/ahost.c') 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); -- cgit v1.2.3