diff options
Diffstat (limited to 'libbb/create_icmp6_socket.c')
-rw-r--r-- | libbb/create_icmp6_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/create_icmp6_socket.c b/libbb/create_icmp6_socket.c index a09565605..1d0b6b6bf 100644 --- a/libbb/create_icmp6_socket.c +++ b/libbb/create_icmp6_socket.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <unistd.h> | 14 | #include <unistd.h> |
15 | #include "libbb.h" | 15 | #include "libbb.h" |
16 | 16 | ||
17 | #if CONFIG_FEATURE_IPV6 | 17 | #ifdef CONFIG_FEATURE_IPV6 |
18 | int create_icmp6_socket(void) | 18 | int create_icmp6_socket(void) |
19 | { | 19 | { |
20 | struct protoent *proto; | 20 | struct protoent *proto; |