summary refs log tree commit diff
path: root/io/fchmodat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fchmodat.c')
-rw-r--r--io/fchmodat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/io/fchmodat.c b/io/fchmodat.c
index 1cd794bf73..7a588839fd 100644
--- a/io/fchmodat.c
+++ b/io/fchmodat.c
@@ -24,11 +24,7 @@
 #include <sys/stat.h>
 
 int
-fchmodat (fd, file, mode, flag)
-     int fd;
-     const char *file;
-     mode_t mode;
-     int flag;
+fchmodat (int fd, const char *file, mode_t mode, int flag)
 {
   if (file == NULL || (flag & ~AT_SYMLINK_NOFOLLOW) != 0)
     {