diff options
Diffstat (limited to 'sysdeps/mach/hurd/lchown.c')
-rw-r--r-- | sysdeps/mach/hurd/lchown.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/lchown.c b/sysdeps/mach/hurd/lchown.c index 8bfe9f8155..f924fe9f6a 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); |