diff options
Diffstat (limited to 'io/chmod.c')
-rw-r--r-- | io/chmod.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/io/chmod.c b/io/chmod.c index 3dcc8937b0..d2c8a2b7e5 100644 --- a/io/chmod.c +++ b/io/chmod.c @@ -22,9 +22,7 @@ /* Change the protections of FILE to MODE. */ int -__chmod (file, mode) - const char *file; - mode_t mode; +__chmod (const char *file, mode_t mode) { if (file == NULL) { |