diff options
Diffstat (limited to 'coreutils/du.c')
-rw-r--r-- | coreutils/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index 2697acf13..3941151e1 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -140,7 +140,7 @@ static unsigned long du(const char *filename) | |||
140 | return sum; | 140 | return sum; |
141 | } | 141 | } |
142 | 142 | ||
143 | int du_main(int argc, char **argv); | 143 | int du_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
144 | int du_main(int argc, char **argv) | 144 | int du_main(int argc, char **argv) |
145 | { | 145 | { |
146 | unsigned long total; | 146 | unsigned long total; |