diff options
Diffstat (limited to 'sysdeps/mach/hurd/chown.c')
-rw-r--r-- | sysdeps/mach/hurd/chown.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/chown.c b/sysdeps/mach/hurd/chown.c index 1cf252545b..50c3e9e951 100644 --- a/sysdeps/mach/hurd/chown.c +++ b/sysdeps/mach/hurd/chown.c @@ -22,10 +22,7 @@ /* Change the owner and group of FILE. */ int -__chown (file, owner, group) - const char *file; - uid_t owner; - gid_t group; +__chown (const char *file, uid_t owner, gid_t group) { error_t err; file_t port = __file_name_lookup (file, 0, 0); |