diff options
Diffstat (limited to 'src/copy.c')
-rw-r--r-- | src/copy.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/copy.c b/src/copy.c index 31d05a6e8..238a6656e 100644 --- a/src/copy.c +++ b/src/copy.c @@ -39,10 +39,10 @@ int full_write (); int euidaccess (); int yesno (); -static int copy_internal __P ((const char *src_path, const char *dst_path, - int new_dst, dev_t device, - struct dir_list *ancestors, - const struct cp_options *x)); +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)); /* The invocation name of this program. */ extern char *program_name; |