diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-10 20:10:13 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-10 20:10:13 +1000 |
commit | d2a9ddeb6cc58284996fbc5367877c99fee8914e (patch) | |
tree | 187cadb382d0336bbc529cc7ca9e3d1ccd680213 /networking | |
parent | 1fa419fb3c7ef91e878398bb0388854d27d7bd8f (diff) | |
download | busybox-w32-old.tar.gz busybox-w32-old.tar.bz2 busybox-w32-old.zip |
general warning cleanupold
Diffstat (limited to 'networking')
-rw-r--r-- | networking/wget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/wget.c b/networking/wget.c index 8752a6bd2..d6f76c8af 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -670,6 +670,7 @@ static int ftpcmd(const char *s1, const char *s2, FILE *fp, char *buf) | |||
670 | #ifdef __MINGW32__ | 670 | #ifdef __MINGW32__ |
671 | 671 | ||
672 | /* from include/mingw.h */ | 672 | /* from include/mingw.h */ |
673 | #undef fprintf /* winansi.c */ | ||
673 | #define fprintf(...) winansi_fprintf(__VA_ARGS__) | 674 | #define fprintf(...) winansi_fprintf(__VA_ARGS__) |
674 | 675 | ||
675 | /* Source: uclibc */ | 676 | /* Source: uclibc */ |