diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
commit | a60f84ebf07863e390b72a2b6150e461a1ec18e9 (patch) | |
tree | f59bc665cfe3d2d32622450d80523e3c1265e501 /networking/wget.c | |
parent | f6efccc0659a2e2978f2021153f34ce92257ad2b (diff) | |
download | busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.gz busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.bz2 busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.zip |
*: rename ATTRIBUTE_XXX to just XXX.
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/wget.c b/networking/wget.c index 8606b9b38..d782cc4fe 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -188,7 +188,7 @@ static void progressmeter(int flag) | |||
188 | */ | 188 | */ |
189 | #else /* FEATURE_WGET_STATUSBAR */ | 189 | #else /* FEATURE_WGET_STATUSBAR */ |
190 | 190 | ||
191 | static ALWAYS_INLINE void progressmeter(int flag ATTRIBUTE_UNUSED) { } | 191 | static ALWAYS_INLINE void progressmeter(int flag UNUSED_PARAM) { } |
192 | 192 | ||
193 | #endif | 193 | #endif |
194 | 194 | ||
@@ -386,7 +386,7 @@ static char *gethdr(char *buf, size_t bufsiz, FILE *fp /*, int *istrunc*/) | |||
386 | 386 | ||
387 | 387 | ||
388 | int wget_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 388 | int wget_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
389 | int wget_main(int argc ATTRIBUTE_UNUSED, char **argv) | 389 | int wget_main(int argc UNUSED_PARAM, char **argv) |
390 | { | 390 | { |
391 | char buf[512]; | 391 | char buf[512]; |
392 | struct host_info server, target; | 392 | struct host_info server, target; |