commit | da0df47f244be581f48fd50909d6a68ceae327a9 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Aug 08 04:21:50 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Aug 08 04:21:50 2010 +0200 |
tree | 04cb9534d3d4482ab32e2f2f3bda065feeb09d06 | |
parent | 64f2ba276cb98f43dbc4e420d48330830aec29a8 [diff] [blame] |
wget: fix ndelay_on call; progress bar: small shrink function old new delta bb_progress_update 682 670 -12 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/wget.c b/networking/wget.c index f623390..fb8e513 100644 --- a/networking/wget.c +++ b/networking/wget.c
@@ -455,7 +455,7 @@ polldata.fd = fileno(dfp); polldata.events = POLLIN | POLLPRI; - ndelay(polldata.fd); + ndelay_on(polldata.fd); #endif progress_meter(PROGRESS_START);