summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chmod.c b/src/chmod.c
index c67a76ccf..8c3927d2f 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -37,9 +37,9 @@ enum Change_status
void mode_string ();
void strip_trailing_slashes ();
-static int change_dir_mode __P ((const char *dir,
- const struct mode_change *changes,
- const struct stat *statp));
+static int change_dir_mode PARAMS ((const char *dir,
+ const struct mode_change *changes,
+ const struct stat *statp));
/* The name the program was run with. */
char *program_name;