summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/copy.c b/src/copy.c
index 14f16c44c..862ce466f 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -83,13 +83,13 @@ struct F_triple
int euidaccess ();
int yesno ();
-static int copy_internal PARAMS ((const char *src_path, const char *dst_path,
- int new_dst, dev_t device,
- struct dir_list *ancestors,
- const struct cp_options *x,
- int command_line_arg,
- int *copy_into_self,
- int *rename_succeeded));
+static int copy_internal (const char *src_path, const char *dst_path,
+ int new_dst, dev_t device,
+ struct dir_list *ancestors,
+ const struct cp_options *x,
+ int command_line_arg,
+ int *copy_into_self,
+ int *rename_succeeded);
/* Pointers to the file names: they're used in the diagnostic that is issued
when we detect the user is trying to copy a directory into itself. */