diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-05 20:26:28 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-05 20:26:28 +0000 |
commit | 29fe7265b8c1917ebc03283f22a3eb61e9195979 (patch) | |
tree | 231771f61046cc95c765fc91f65cff26081d8fab /ipsvd/tcpudp.c | |
parent | 00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1 (diff) | |
download | busybox-w32-29fe7265b8c1917ebc03283f22a3eb61e9195979.tar.gz busybox-w32-29fe7265b8c1917ebc03283f22a3eb61e9195979.tar.bz2 busybox-w32-29fe7265b8c1917ebc03283f22a3eb61e9195979.zip |
nc: port nc 1.10 to busybox
Diffstat (limited to 'ipsvd/tcpudp.c')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index d2e34e3e8..8c15d4b3e 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
@@ -33,8 +33,6 @@ | |||
33 | #include <linux/netfilter_ipv4.h> /* wants <limits.h> */ | 33 | #include <linux/netfilter_ipv4.h> /* wants <limits.h> */ |
34 | 34 | ||
35 | #include "busybox.h" | 35 | #include "busybox.h" |
36 | |||
37 | #include "udp_io.c" | ||
38 | #include "ipsvd_perhost.h" | 36 | #include "ipsvd_perhost.h" |
39 | 37 | ||
40 | #ifdef SSLSVD | 38 | #ifdef SSLSVD |