summary refs log tree commit diff
path: root/io/mkfifoat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/mkfifoat.c')
-rw-r--r--io/mkfifoat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/mkfifoat.c b/io/mkfifoat.c
index 311e0097b0..5e82cb0745 100644
--- a/io/mkfifoat.c
+++ b/io/mkfifoat.c
@@ -25,10 +25,7 @@
 /* Create a named pipe (FIFO) named PATH relative to FD with
    protections MODE.  */
 int
-mkfifoat (fd, path, mode)
-     int fd;
-     const char *path;
-     mode_t mode;
+mkfifoat (int fd, const char *path, mode_t mode)
 {
   if (path == NULL)
     {