diff options
Diffstat (limited to 'io/chown.c')
-rw-r--r-- | io/chown.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/io/chown.c b/io/chown.c index 280f2c1d59..16cadd0e26 100644 --- a/io/chown.c +++ b/io/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) { if (file == NULL) { |