Commit 876f9a3f authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Fix build with 4.3's bionic

Change-Id: I09ca525c26571d8dd492339a6763f012783531ef
parent 0c1c581e
......@@ -43,7 +43,7 @@ static const char *inet_ntop6(const unsigned char *src, char *dst,
* Paul Vixie, 1996.
*/
const char *
inet_ntop(int af, const void *src, char *dst, size_t size)
inet_ntop(int af, const void *src, char *dst, socklen_t size)
{
switch (af) {
case AF_INET:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment