about summary refs log tree commit diff
path: root/io/mkfifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/mkfifo.c')
-rw-r--r--io/mkfifo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/io/mkfifo.c b/io/mkfifo.c
index fddd6c97b8..c2d2774fc1 100644
--- a/io/mkfifo.c
+++ b/io/mkfifo.c
@@ -23,9 +23,7 @@
 
 /* Create a named pipe (FIFO) named PATH with protections MODE.  */
 int
-mkfifo (path, mode)
-     const char *path;
-     mode_t mode;
+mkfifo (const char *path, mode_t mode)
 {
   if (path == NULL)
     {