diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-26 02:40:56 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-26 02:40:56 +0000 |
commit | d7fb1b372c7f494f623c687756a7fef945383814 (patch) | |
tree | ea9ec84f4401e697e2644f8378124e2778a7d7d6 /libbb/create_icmp6_socket.c | |
parent | 2801eb925d957361c78dbdcf539cf7c33f0741a9 (diff) | |
download | busybox-w32-d7fb1b372c7f494f623c687756a7fef945383814.tar.gz busybox-w32-d7fb1b372c7f494f623c687756a7fef945383814.tar.bz2 busybox-w32-d7fb1b372c7f494f623c687756a7fef945383814.zip |
Use #ifdef instead of #if
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; |