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 /findutils/xargs.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 'findutils/xargs.c')
-rw-r--r-- | findutils/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 3322e9ebd..7a9865b5e 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -292,7 +292,7 @@ static int xargs_ask_confirmation(void) | |||
292 | 292 | ||
293 | #if ENABLE_FEATURE_XARGS_SUPPORT_ZERO_TERM | 293 | #if ENABLE_FEATURE_XARGS_SUPPORT_ZERO_TERM |
294 | static xlist_t *process0_stdin(xlist_t *list_arg, | 294 | static xlist_t *process0_stdin(xlist_t *list_arg, |
295 | const char *eof_str ATTRIBUTE_UNUSED, size_t mc, char *buf) | 295 | const char *eof_str UNUSED_PARAM, size_t mc, char *buf) |
296 | { | 296 | { |
297 | int c; /* current char */ | 297 | int c; /* current char */ |
298 | char *s = NULL; /* start word */ | 298 | char *s = NULL; /* start word */ |