diff options
Diffstat (limited to 'libbb/xgethostbyname2.c')
-rw-r--r-- | libbb/xgethostbyname2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xgethostbyname2.c b/libbb/xgethostbyname2.c index c66acfee1..f4cbb6a56 100644 --- a/libbb/xgethostbyname2.c +++ b/libbb/xgethostbyname2.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include "libbb.h" | 24 | #include "libbb.h" |
25 | 25 | ||
26 | 26 | ||
27 | #if CONFIG_FEATURE_IPV6 | 27 | #ifdef CONFIG_FEATURE_IPV6 |
28 | struct hostent *xgethostbyname2(const char *name, int af) | 28 | struct hostent *xgethostbyname2(const char *name, int af) |
29 | { | 29 | { |
30 | struct hostent *retval; | 30 | struct hostent *retval; |