diff options
Diffstat (limited to 'sysdeps/mach/hurd/chmod.c')
-rw-r--r-- | sysdeps/mach/hurd/chmod.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/chmod.c b/sysdeps/mach/hurd/chmod.c index 5a08a818f8..f3cbcbeb14 100644 --- a/sysdeps/mach/hurd/chmod.c +++ b/sysdeps/mach/hurd/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) { error_t err; file_t port = __file_name_lookup (file, 0, 0); |