diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 7fddefef5..a76ced1b9 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -825,7 +825,7 @@ static const char ls_color_opt[] ALIGN1 = | |||
825 | 825 | ||
826 | 826 | ||
827 | int ls_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 827 | int ls_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
828 | int ls_main(int argc ATTRIBUTE_UNUSED, char **argv) | 828 | int ls_main(int argc UNUSED_PARAM, char **argv) |
829 | { | 829 | { |
830 | struct dnode **dnd; | 830 | struct dnode **dnd; |
831 | struct dnode **dnf; | 831 | struct dnode **dnf; |