From: Jim Meyering Date: Sat, 4 Jan 2003 10:33:01 +0000 (+0000) Subject: Remove use of PARAMS. X-Git-Tag: v4.5.5~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b5021004ec2550c2c59575a5fd04f05a7407b1;p=thirdparty%2Fcoreutils.git Remove use of PARAMS. --- diff --git a/src/copy.h b/src/copy.h index d21b47875a..c5b1ab2355 100644 --- a/src/copy.h +++ b/src/copy.h @@ -195,9 +195,9 @@ int rpl_rename (const char *, const char *); # endif int -copy PARAMS ((const char *src_path, const char *dst_path, - int nonexistent_dst, const struct cp_options *options, - int *copy_into_self, int *rename_succeeded)); +copy (const char *src_path, const char *dst_path, + int nonexistent_dst, const struct cp_options *options, + int *copy_into_self, int *rename_succeeded); void dest_info_init (struct cp_options *);