summaryrefslogtreecommitdiff
path: root/io/fchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fchown.c')
-rw-r--r--io/fchown.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/fchown.c b/io/fchown.c
index 441e55953c..4f9837ecb4 100644
--- a/io/fchown.c
+++ b/io/fchown.c
@@ -22,10 +22,7 @@
/* Change the owner and group of the file referred to by FD. */
int
-__fchown (fd, owner, group)
- int fd;
- uid_t owner;
- gid_t group;
+__fchown (int fd, uid_t owner, gid_t group)
{
if (fd < 0)
{