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 79a583a1c..a575a02cb 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -955,7 +955,7 @@ static const unsigned opt_flags[] = { | |||
955 | 955 | ||
956 | /*----------------------------------------------------------------------*/ | 956 | /*----------------------------------------------------------------------*/ |
957 | 957 | ||
958 | extern int ls_main(int argc, char **argv) | 958 | int ls_main(int argc, char **argv) |
959 | { | 959 | { |
960 | struct dnode **dnd; | 960 | struct dnode **dnd; |
961 | struct dnode **dnf; | 961 | struct dnode **dnf; |