From 60cad73007642a684c1b2ce4feb01e502aa1cc1b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 8 Mar 2013 14:13:21 +0100 Subject: [PATCH] ares_inet_ntop.3: s/socklen_t/ares_socklen_t --- ares_inet_ntop.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares_inet_ntop.3 b/ares_inet_ntop.3 index a8e4466..93ee09c 100644 --- a/ares_inet_ntop.3 +++ b/ares_inet_ntop.3 @@ -21,7 +21,7 @@ ares_inet_ntop \- convert a network format address to presentation format .B #include .PP .B const char * -.B ares_inet_ntop(int af, const void *src, char *dst, socklen_t size); +.B ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size); .fi .SH DESCRIPTION This is a portable version with the identical functionality of the commonly