diff options
Diffstat (limited to 'trans/new-fifo.c')
-rw-r--r-- | trans/new-fifo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/new-fifo.c b/trans/new-fifo.c index 150121f6..f24eb107 100644 --- a/trans/new-fifo.c +++ b/trans/new-fifo.c @@ -1,6 +1,6 @@ /* A translator for fifos - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -226,7 +226,7 @@ main (int argc, char **argv) ports_enable_class (fifo_port_class); ports_manage_port_operations_multithread (port_bucket, trivfs_demuxer, - 30*1000, 5*60*1000, 0, 0); + 30*1000, 5*60*1000, 0); } while (ports_count_class (fifo_port_class) > 0); |