diff options
Diffstat (limited to 'io/lchown.c')
-rw-r--r-- | io/lchown.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/io/lchown.c b/io/lchown.c index eceaf62ad2..6dbb9af48c 100644 --- a/io/lchown.c +++ b/io/lchown.c @@ -22,10 +22,7 @@ /* Change the owner and group of FILE. */ int -__lchown (file, owner, group) - const char *file; - uid_t owner; - gid_t group; +__lchown (const char *file, uid_t owner, gid_t group) { if (file == NULL) { |