diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index 353124b35..7d4905fc9 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -35,6 +35,7 @@ static const struct option mv_long_options[] = { | |||
35 | 35 | ||
36 | static const char fmt[] = "cannot overwrite %sdirectory with %sdirectory"; | 36 | static const char fmt[] = "cannot overwrite %sdirectory with %sdirectory"; |
37 | 37 | ||
38 | int mv_main(int argc, char **argv); | ||
38 | int mv_main(int argc, char **argv) | 39 | int mv_main(int argc, char **argv) |
39 | { | 40 | { |
40 | struct stat dest_stat; | 41 | struct stat dest_stat; |