summaryrefslogtreecommitdiff
path: root/deps/cares/src/inet_net_pton.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/cares/src/inet_net_pton.c')
-rw-r--r--deps/cares/src/inet_net_pton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/cares/src/inet_net_pton.c b/deps/cares/src/inet_net_pton.c
index b64fc5b1d1..af1a534a05 100644
--- a/deps/cares/src/inet_net_pton.c
+++ b/deps/cares/src/inet_net_pton.c
@@ -357,8 +357,8 @@ inet_net_pton_ipv6(const char *src, unsigned char *dst, size_t size)
* Since some memmove()'s erroneously fail to handle
* overlapping regions, we'll do the shift by hand.
*/
- const ssize_t n = tp - colonp;
- ssize_t i;
+ const ares_ssize_t n = tp - colonp;
+ ares_ssize_t i;
if (tp == endp)
goto enoent;