commit | 1457915afcb8fb0697f441dce1697b278d25f4a5 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 26 01:09:46 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 26 01:09:46 2006 +0000 |
tree | 4f61a7fd5a6a3ebbca053c55dc68b8a3edb7700b | |
parent | 940b2e4b734e92cd6dd10c33910439478812d106 [diff] [blame] |
xconnect is non-conforming to "xfunc like libc" rule. Fixing
diff --git a/networking/wget.c b/networking/wget.c index 090b58d..425abc1 100644 --- a/networking/wget.c +++ b/networking/wget.c
@@ -585,7 +585,7 @@ { FILE *fp; - fp = fdopen(xconnect(s_in), "r+"); + fp = fdopen(xconnect_tcp_v4(s_in), "r+"); if (fp == NULL) bb_perror_msg_and_die("fdopen");