diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-16 15:32:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-16 15:32:32 +0000 |
commit | 03f9f3dbec05c3b5fad721f5be0203c57c455d0f (patch) | |
tree | 8abb75825016abd7db2d8c6af56b58f6a04dc083 /src/copy.c | |
parent | fc22546441c3f0460fd93ec9c0ad6cc6ef2c9698 (diff) | |
download | coreutils-03f9f3dbec05c3b5fad721f5be0203c57c455d0f.tar.xz |
s/__P/PARAMS/g
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; |