summaryrefslogtreecommitdiff
path: root/trans/crash.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/crash.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/crash.c')
-rw-r--r--trans/crash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/crash.c b/trans/crash.c
index 5947cb26..f133c396 100644
--- a/trans/crash.c
+++ b/trans/crash.c
@@ -1,5 +1,5 @@
/* GNU Hurd standard crash dump server.
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Written by Roland McGrath.
This file is part of the GNU Hurd.
@@ -402,7 +402,7 @@ main (int argc, char **argv)
ports_manage_port_operations_multithread (port_bucket, crash_demuxer,
10 * 1000, /* idle thread */
10 * 60 * 1000, /* idle server */
- 0, MACH_PORT_NULL);
+ 0);
/* That returns when 10 minutes pass without an RPC. Try shutting down
as if sent fsys_goaway; if we have any users who need us to stay
around, this returns EBUSY and we loop to service more RPCs. */