about summary refs log tree commit diff
path: root/misc/futimesat.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/futimesat.c')
-rw-r--r--misc/futimesat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/futimesat.c b/misc/futimesat.c
index c675aa5ef1..118f6c6812 100644
--- a/misc/futimesat.c
+++ b/misc/futimesat.c
@@ -24,10 +24,7 @@
 /* Change the access time of FILE relative to FD to TVP[0] and
    the modification time of FILE to TVP[1].  */
 int
-futimesat (fd, file, tvp)
-     int fd;
-     const char *file;
-     const struct timeval tvp[2];
+futimesat (int fd, const char *file, const struct timeval tvp[2])
 {
   if (fd < 0
       && (file == NULL