diff options
Diffstat (limited to 'coreutils/chmod.c')
-rw-r--r-- | coreutils/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index 994308c89..40f681fb6 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -68,7 +68,7 @@ static int FAST_FUNC fileAction(const char *fileName, struct stat *statbuf, void | |||
68 | } | 68 | } |
69 | 69 | ||
70 | int chmod_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 70 | int chmod_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
71 | int chmod_main(int argc ATTRIBUTE_UNUSED, char **argv) | 71 | int chmod_main(int argc UNUSED_PARAM, char **argv) |
72 | { | 72 | { |
73 | int retval = EXIT_SUCCESS; | 73 | int retval = EXIT_SUCCESS; |
74 | char *arg, **argp; | 74 | char *arg, **argp; |