Fix duplicate definition of rk_freeifaddrs
Introduced by incorrectly moving an ifdef in commit d00f998
.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
01a1e1baef
commit
7fc0f55b89
@@ -1193,8 +1193,6 @@ rk_getifaddrs(struct ifaddrs **ifap)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* !AF_NETLINK */
|
|
||||||
|
|
||||||
ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL
|
ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL
|
||||||
rk_freeifaddrs(struct ifaddrs *ifp)
|
rk_freeifaddrs(struct ifaddrs *ifp)
|
||||||
{
|
{
|
||||||
@@ -1216,6 +1214,8 @@ rk_freeifaddrs(struct ifaddrs *ifp)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* !AF_NETLINK */
|
||||||
|
|
||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user