summaryrefslogtreecommitdiff
path: root/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
commite51156c080eb3e25d850b22478b5206ea71ed116 (patch)
treec5daf78de08ccc395ffe88cd11d61640704c0bba /ares_ipv6.h
parent0a076df87f03d4d3e7b6bcee092db56acd63e2e3 (diff)
downloadc-ares-e51156c080eb3e25d850b22478b5206ea71ed116.tar.gz
c-ares-e51156c080eb3e25d850b22478b5206ea71ed116.tar.bz2
c-ares-e51156c080eb3e25d850b22478b5206ea71ed116.zip
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_ipv6.h')
-rw-r--r--ares_ipv6.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ares_ipv6.h b/ares_ipv6.h
index 5bb7b8c..4a97199 100644
--- a/ares_ipv6.h
+++ b/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
{