aboutsummaryrefslogtreecommitdiff
path: root/libbb/xgethostbyname2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/xgethostbyname2.c')
-rw-r--r--libbb/xgethostbyname2.c2
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
28struct hostent *xgethostbyname2(const char *name, int af) 28struct hostent *xgethostbyname2(const char *name, int af)
29{ 29{
30 struct hostent *retval; 30 struct hostent *retval;