aboutsummaryrefslogtreecommitdiff
path: root/libbb/create_icmp6_socket.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-13 10:36:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-13 10:36:25 +0000
commite324184c0509cc0db168ce29546e1b52800a79c6 (patch)
tree9d4f18b3cc1ab715b6ff91cc9e3e942d11dfc51f /libbb/create_icmp6_socket.c
parent5f1b149d541ebba7cab841cb647f113248f9fb8f (diff)
downloadbusybox-w32-e324184c0509cc0db168ce29546e1b52800a79c6.tar.gz
busybox-w32-e324184c0509cc0db168ce29546e1b52800a79c6.tar.bz2
busybox-w32-e324184c0509cc0db168ce29546e1b52800a79c6.zip
s/#ifdef CONFIG_/#if ENABLE_/g
Diffstat (limited to 'libbb/create_icmp6_socket.c')
-rw-r--r--libbb/create_icmp6_socket.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbb/create_icmp6_socket.c b/libbb/create_icmp6_socket.c
index b90f3e9fd..51899cdc5 100644
--- a/libbb/create_icmp6_socket.c
+++ b/libbb/create_icmp6_socket.c
@@ -7,12 +7,12 @@
7 * 7 *
8 */ 8 */
9 9
10#include <sys/types.h> 10//#include <sys/types.h>
11#include <netdb.h> 11//#include <netdb.h>
12#include <sys/socket.h> 12//#include <sys/socket.h>
13#include "libbb.h" 13#include "libbb.h"
14 14
15#ifdef CONFIG_FEATURE_IPV6 15#if ENABLE_FEATURE_IPV6
16int create_icmp6_socket(void) 16int create_icmp6_socket(void)
17{ 17{
18 struct protoent *proto; 18 struct protoent *proto;