diff options
Diffstat (limited to 'debianutils/which.c')
-rw-r--r-- | debianutils/which.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/which.c b/debianutils/which.c index deb036aa0..4d206ab29 100644 --- a/debianutils/which.c +++ b/debianutils/which.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <sys/stat.h> | 16 | #include <sys/stat.h> |
17 | #include "busybox.h" | 17 | #include "busybox.h" |
18 | 18 | ||
19 | extern int which_main(int argc, char **argv) | 19 | int which_main(int argc, char **argv) |
20 | { | 20 | { |
21 | int status = EXIT_SUCCESS; | 21 | int status = EXIT_SUCCESS; |
22 | size_t i, count; | 22 | size_t i, count; |