summaryrefslogtreecommitdiff
path: root/ares_ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares_ipv6.h')
-rw-r--r--ares_ipv6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_ipv6.h b/ares_ipv6.h
index 05d2c54..e8229df 100644
--- a/ares_ipv6.h
+++ b/ares_ipv6.h
@@ -49,7 +49,7 @@ struct addrinfo
int ai_family;
int ai_socktype;
int ai_protocol;
- socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */
+ ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */
char *ai_canonname;
struct sockaddr *ai_addr;
struct addrinfo *ai_next;