wget: remove functions which retry on EINTR
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Feb 2011 08:55:05 +0000 (09:55 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Feb 2011 08:55:05 +0000 (09:55 +0100)
commit0fac2f7b5b0bacf2c1ad73215acb312e012f0227
tree69f0a41d4f3654262f7c8aa46b7ba4bdfe8db00b
parente3ece7878bff0a32a992c1f5f340ad223c009679
wget: remove functions which retry on EINTR

function                                             old     new   delta
retrieve_file_data                                   392     353     -39
safe_fgets                                            58       -     -58
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/1 up/down: 0/-97)             Total: -97 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c