summaryrefslogtreecommitdiff
path: root/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
commit8627b23715838205403b36858e40807de4a795e1 (patch)
tree11b095a6176a62d3a913f6350664aa1f3059b1b8 /ahost.c
parentd9dd2397714b34248888c72ccc448bae1dd7355a (diff)
downloadc-ares-8627b23715838205403b36858e40807de4a795e1.tar.gz
c-ares-8627b23715838205403b36858e40807de4a795e1.tar.bz2
c-ares-8627b23715838205403b36858e40807de4a795e1.zip
Needed now that in6_addr is referenced in ares.h
Diffstat (limited to 'ahost.c')
-rw-r--r--ahost.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ahost.c b/ahost.c
index 1e6cc8b..974f94d 100644
--- a/ahost.c
+++ b/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);