aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_ipv6.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-03-06 01:23:09 +0000
committerYang Tse <yangsita@gmail.com>2010-03-06 01:23:09 +0000
commit2e9eb1a2ac8ec3953d8dba75248a3bab0e352b10 (patch)
tree0ef2203902687db42205da238d995bb3ef78b857 /ares/ares_ipv6.h
parentf5d8c0befc61497b3d3572ae51e779b396589660 (diff)
removed usage of 's6_addr', fixing compilation issue triggered with no
longer using 'in6_addr' but only our 'ares_in6_addr' struct
Diffstat (limited to 'ares/ares_ipv6.h')
-rw-r--r--ares/ares_ipv6.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ares/ares_ipv6.h b/ares/ares_ipv6.h
index 5bb7b8cf7..4a97199c3 100644
--- a/ares/ares_ipv6.h
+++ b/ares/ares_ipv6.h
@@ -22,10 +22,6 @@
#define PF_INET6 AF_INET6
#endif
-#if !defined(HAVE_STRUCT_IN6_ADDR) && !defined(s6_addr)
-#define s6_addr _S6_un._S6_u8
-#endif
-
#ifndef HAVE_STRUCT_SOCKADDR_IN6
struct sockaddr_in6
{