diff options
Diffstat (limited to 'coreutils/basename.c')
-rw-r--r-- | coreutils/basename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c index 7b8b7b6f0..91652cfed 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #include <string.h> | 37 | #include <string.h> |
38 | #include "busybox.h" | 38 | #include "busybox.h" |
39 | 39 | ||
40 | extern int basename_main(int argc, char **argv) | 40 | int basename_main(int argc, char **argv) |
41 | { | 41 | { |
42 | size_t m, n; | 42 | size_t m, n; |
43 | char *s; | 43 | char *s; |