commit | 29fe7265b8c1917ebc03283f22a3eb61e9195979 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 05 20:26:28 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 05 20:26:28 2007 +0000 |
tree | 231771f61046cc95c765fc91f65cff26081d8fab | |
parent | 00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1 [diff] [blame] |
nc: port nc 1.10 to busybox
diff --git a/libbb/xconnect.c b/libbb/xconnect.c index 3c1eec9..8466325 100644 --- a/libbb/xconnect.c +++ b/libbb/xconnect.c
@@ -208,7 +208,7 @@ return str2sockaddr(host, port, AF_UNSPEC, AI_NUMERICHOST | DIE_ON_ERROR); } -static int xsocket_type(len_and_sockaddr **lsap, int sock_type) +int xsocket_type(len_and_sockaddr **lsap, int sock_type) { len_and_sockaddr *lsa; int fd;