summaryrefslogtreecommitdiff
path: root/src/chmod.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/chmod.c
parentb7e390ca093a850cd769fb1eeade702bce63ab7d (diff)
downloadcoreutils-a5f14f167e47616fc4f74666678ede320299d5df.tar.xz
Remove all uses of `PARAMS'.
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chmod.c b/src/chmod.c
index cc0e0f2e4..be8262b85 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -53,8 +53,7 @@ enum Verbosity
V_off
};
-static int change_dir_mode PARAMS ((const char *dir,
- const struct mode_change *changes));
+static int change_dir_mode (const char *dir, const struct mode_change *changes);
/* The name the program was run with. */
char *program_name;