diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index e4e9bb0be..59c639b88 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <unistd.h> | 32 | #include <unistd.h> |
33 | #include "busybox.h" | 33 | #include "busybox.h" |
34 | 34 | ||
35 | extern int rm_main(int argc, char **argv) | 35 | int rm_main(int argc, char **argv) |
36 | { | 36 | { |
37 | int status = 0; | 37 | int status = 0; |
38 | int flags = 0; | 38 | int flags = 0; |