lib_gethostbyaddrr.c edited online with Bitbucket

This commit is contained in:
Gregory Nutt 2019-03-11 03:55:08 +00:00
parent f33ed3c8c0
commit db2310bd5a
1 changed files with 1 additions and 1 deletions

View File

@ -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;