aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Kbuild1
-rw-r--r--coreutils/ls.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild
index 67c56588a..57100a9cf 100644
--- a/coreutils/Kbuild
+++ b/coreutils/Kbuild
@@ -44,6 +44,7 @@ lib-$(CONFIG_LENGTH) += length.o
44lib-$(CONFIG_LN) += ln.o 44lib-$(CONFIG_LN) += ln.o
45lib-$(CONFIG_LOGNAME) += logname.o 45lib-$(CONFIG_LOGNAME) += logname.o
46lib-$(CONFIG_LS) += ls.o 46lib-$(CONFIG_LS) += ls.o
47lib-$(CONFIG_FTPD) += ls.o
47lib-$(CONFIG_MD5SUM) += md5_sha1_sum.o 48lib-$(CONFIG_MD5SUM) += md5_sha1_sum.o
48lib-$(CONFIG_MKDIR) += mkdir.o 49lib-$(CONFIG_MKDIR) += mkdir.o
49lib-$(CONFIG_MKFIFO) += mkfifo.o 50lib-$(CONFIG_MKFIFO) += mkfifo.o
diff --git a/coreutils/ls.c b/coreutils/ls.c
index 7b65d049e..f4f2724c5 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -864,7 +864,6 @@ static const char ls_color_opt[] ALIGN1 =
864#endif 864#endif
865 865
866 866
867int ls_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
868int ls_main(int argc UNUSED_PARAM, char **argv) 867int ls_main(int argc UNUSED_PARAM, char **argv)
869{ 868{
870 struct dnode **dnd; 869 struct dnode **dnd;