summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-15 20:54:29 +0000
committerJim Meyering <jim@meyering.net>2002-12-15 20:54:29 +0000
commita5f14f167e47616fc4f74666678ede320299d5df (patch)
tree5fc7a653b773e97041f9183101f45fbfc6548514 /src/pathchk.c
parentb7e390ca093a850cd769fb1eeade702bce63ab7d (diff)
downloadcoreutils-a5f14f167e47616fc4f74666678ede320299d5df.tar.xz
Remove all uses of `PARAMS'.
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index f0110b57e..e76abe78b 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -105,7 +105,7 @@ extern int errno;
# define NAME_MAX_FOR(p) NAME_MAX
#endif
-static int validate_path PARAMS ((char *path, int portability));
+static int validate_path (char *path, int portability);
/* The name this program was run with. */
char *program_name;