diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Kbuild | 1 | ||||
-rw-r--r-- | coreutils/ls.c | 1 |
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 | |||
44 | lib-$(CONFIG_LN) += ln.o | 44 | lib-$(CONFIG_LN) += ln.o |
45 | lib-$(CONFIG_LOGNAME) += logname.o | 45 | lib-$(CONFIG_LOGNAME) += logname.o |
46 | lib-$(CONFIG_LS) += ls.o | 46 | lib-$(CONFIG_LS) += ls.o |
47 | lib-$(CONFIG_FTPD) += ls.o | ||
47 | lib-$(CONFIG_MD5SUM) += md5_sha1_sum.o | 48 | lib-$(CONFIG_MD5SUM) += md5_sha1_sum.o |
48 | lib-$(CONFIG_MKDIR) += mkdir.o | 49 | lib-$(CONFIG_MKDIR) += mkdir.o |
49 | lib-$(CONFIG_MKFIFO) += mkfifo.o | 50 | lib-$(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 | ||
867 | int ls_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | ||
868 | int ls_main(int argc UNUSED_PARAM, char **argv) | 867 | int ls_main(int argc UNUSED_PARAM, char **argv) |
869 | { | 868 | { |
870 | struct dnode **dnd; | 869 | struct dnode **dnd; |