aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/chown.c')
-rw-r--r--sysdeps/mach/hurd/chown.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/chown.c b/sysdeps/mach/hurd/chown.c
index 1cf2525..50c3e9e 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);