From: Jim Meyering Date: Wed, 18 Jun 2003 07:55:39 +0000 (+0000) Subject: (PARAMS): Remove. All uses removed. X-Git-Tag: v5.0.1~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfbef7497d39592e479d284822f883dce8768633;p=thirdparty%2Fcoreutils.git (PARAMS): Remove. All uses removed. --- diff --git a/lib/backupfile.c b/lib/backupfile.c index d78ce3945f..34bde3cab5 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -111,8 +111,8 @@ char *malloc (); to numbered) backup file name. */ const char *simple_backup_suffix = "~"; -static int max_backup_version PARAMS ((const char *, const char *)); -static int version_number PARAMS ((const char *, const char *, size_t)); +static int max_backup_version (const char *, const char *); +static int version_number (const char *, const char *, size_t); /* Return the name of the new backup file for file FILE, allocated with malloc. Return 0 if out of memory.