diff options
Diffstat (limited to 'libbb/xconnect.c')
-rw-r--r-- | libbb/xconnect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xconnect.c b/libbb/xconnect.c index f3a1b4462..bc6505a40 100644 --- a/libbb/xconnect.c +++ b/libbb/xconnect.c | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | int xconnect(const char *host, const char *port) | 18 | int xconnect(const char *host, const char *port) |
19 | { | 19 | { |
20 | #if CONFIG_FEATURE_IPV6 | 20 | #ifdef CONFIG_FEATURE_IPV6 |
21 | struct addrinfo hints; | 21 | struct addrinfo hints; |
22 | struct addrinfo *res; | 22 | struct addrinfo *res; |
23 | struct addrinfo *addr_info; | 23 | struct addrinfo *addr_info; |