summaryrefslogtreecommitdiff
path: root/inet_net_pton.c
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2010-07-29 08:24:59 -0700
committerBen Greear <greearb@candelatech.com>2010-07-29 22:31:56 -0700
commit3e33e2c2ba612d19cf7c1f77c8953b012489e801 (patch)
tree775f1cf48eeab96339296ec8553bb2505500121d /inet_net_pton.c
parent28ff9336d5c8993e197502d68c45c5b7f4fe83d6 (diff)
downloadc-ares-3e33e2c2ba612d19cf7c1f77c8953b012489e801.tar.gz
c-ares-3e33e2c2ba612d19cf7c1f77c8953b012489e801.tar.bz2
c-ares-3e33e2c2ba612d19cf7c1f77c8953b012489e801.zip
ipv6: Fix some build issues related to the local-bind feature.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'inet_net_pton.c')
-rw-r--r--inet_net_pton.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/inet_net_pton.c b/inet_net_pton.c
index eabf63b..8e8a42c 100644
--- a/inet_net_pton.c
+++ b/inet_net_pton.c
@@ -46,6 +46,10 @@
#include "ares_ipv6.h"
#include "inet_net_pton.h"
+
+const struct ares_in6_addr ares_in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } };
+
+
#if !defined(HAVE_INET_NET_PTON) || !defined(HAVE_INET_NET_PTON_IPV6)
/*