summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
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;