summaryrefslogtreecommitdiff
path: root/trans/null.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:23:55 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:23:55 +0000
commite4737b12ffb5bbbd34bb4e6281b8b48e3725161d (patch)
tree01f3b184ebebff5f52f5a7cdd2396d567176b58e /trans/null.c
parent3a0b93a748a23e96e7d60724380afe33f2bbf799 (diff)
Wed Aug 20 14:07:56 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* crash.c (main): New args for ports_manage_port_operations_multithread. * fifo.c (main): Likewise. * firmlink.c (main): Likewise. * new-fifo.c (main): Likewise. * null.c (main): Likewise.
Diffstat (limited to 'trans/null.c')
-rw-r--r--trans/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/null.c b/trans/null.c
index fadb1dee..d00e5ea6 100644
--- a/trans/null.c
+++ b/trans/null.c
@@ -55,7 +55,7 @@ main (int argc, char **argv)
/* Launch. */
ports_manage_port_operations_multithread (fsys->pi.bucket, trivfs_demuxer,
- 2 * 60 * 1000, 0, 0, 0);
+x 2 * 60 * 1000, 0, 0);
exit(0);
}