diff options
Diffstat (limited to 'libbb/inet_common.c')
-rw-r--r-- | libbb/inet_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/inet_common.c b/libbb/inet_common.c index e031ddf9b..6f585ebd9 100644 --- a/libbb/inet_common.c +++ b/libbb/inet_common.c | |||
@@ -218,4 +218,4 @@ char* FAST_FUNC INET6_rresolve(struct sockaddr_in6 *sin6, int numeric) | |||
218 | return xstrdup(name); | 218 | return xstrdup(name); |
219 | } | 219 | } |
220 | 220 | ||
221 | #endif /* CONFIG_FEATURE_IPV6 */ | 221 | #endif /* CONFIG_FEATURE_IPV6 */ |