aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/lchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/lchown.c')
-rw-r--r--sysdeps/mach/hurd/lchown.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/lchown.c b/sysdeps/mach/hurd/lchown.c
index 8bfe9f8..f924fe9 100644
--- a/sysdeps/mach/hurd/lchown.c
+++ b/sysdeps/mach/hurd/lchown.c
@@ -24,10 +24,7 @@
/* Change the owner and group of FILE; if it's a link, do the link and
not the target. */
int
-__lchown (file, owner, group)
- const char *file;
- uid_t owner;
- gid_t group;
+__lchown (const char *file, uid_t owner, gid_t group)
{
error_t err;
file_t port = __file_name_lookup (file, O_NOLINK, 0);