From db2310bd5ae2dfbd0c811454a8036f18f9d849c6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 11 Mar 2019 03:55:08 +0000 Subject: [PATCH] lib_gethostbyaddrr.c edited online with Bitbucket --- libs/libc/netdb/lib_gethostbyaddrr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/netdb/lib_gethostbyaddrr.c b/libs/libc/netdb/lib_gethostbyaddrr.c index 9da2e0beef..cae3968400 100644 --- a/libs/libc/netdb/lib_gethostbyaddrr.c +++ b/libs/libc/netdb/lib_gethostbyaddrr.c @@ -108,7 +108,7 @@ static bool lib_lo_ipv4match(FAR const void *addr, socklen_t len, int type) * ****************************************************************************/ -#if (defined CONFIG_NET_LOOPBACK) && defined (CONFIG_NET_IPv6) +#if (defined CONFIG_NET_LOOPBACK) && defined (CONFIG_NET_IPv6) static bool lib_lo_ipv6match(FAR const void *addr, socklen_t len, int type) { FAR struct in_addr6 *ipv6addr;