summary refs log tree commit diff
path: root/io/fchownat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fchownat.c')
-rw-r--r--io/fchownat.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/io/fchownat.c b/io/fchownat.c
index e9e3bd6ffe..4c53fa8184 100644
--- a/io/fchownat.c
+++ b/io/fchownat.c
@@ -23,12 +23,7 @@
 
 /* Change the owner and group of FILE.  */
 int
-fchownat (fd, file, owner, group, flag)
-     int fd;
-     const char *file;
-     uid_t owner;
-     gid_t group;
-     int flag;
+fchownat (int fd, const char *file, uid_t owner, gid_t group, int flag)
 {
   if (file == NULL || (flag & ~AT_SYMLINK_NOFOLLOW) != 0)
     {