diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index aef1ed19a..1c0dc3d72 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -46,7 +46,7 @@ static const struct option mv_long_options[] = { | |||
46 | 46 | ||
47 | static const char fmt[] = "cannot overwrite %sdirectory with %sdirectory"; | 47 | static const char fmt[] = "cannot overwrite %sdirectory with %sdirectory"; |
48 | 48 | ||
49 | extern int mv_main(int argc, char **argv) | 49 | int mv_main(int argc, char **argv) |
50 | { | 50 | { |
51 | struct stat dest_stat; | 51 | struct stat dest_stat; |
52 | const char *last; | 52 | const char *last; |