aboutsummaryrefslogtreecommitdiff
path: root/ares/ahost.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-11-15 19:44:01 +0000
committerYang Tse <yangsita@gmail.com>2007-11-15 19:44:01 +0000
commitca95f58ac0d5c9cc8f56517917af8b83248777f7 (patch)
treeb8dc0e3d9ef21e7fdc85404d42e858822101e381 /ares/ahost.c
parented636cbe4482e20bee084f2f83df494babb4defd (diff)
Needed now that in6_addr is referenced in ares.h
Diffstat (limited to 'ares/ahost.c')
-rw-r--r--ares/ahost.c7
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);