summaryrefslogtreecommitdiff
path: root/term/main.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:23:09 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:23:09 +0000
commit3a0b93a748a23e96e7d60724380afe33f2bbf799 (patch)
tree65d69178e167939b0cfdbac1b1815ee46783cb15 /term/main.c
parent46f3a3a0f9f95a9bb56c6feff8446d273f484b18 (diff)
Wed Aug 20 14:07:35 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* main.c (main): New args for ports_manage_port_operations_multithread.
Diffstat (limited to 'term/main.c')
-rw-r--r--term/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/term/main.c b/term/main.c
index 7452dcd8..10ed9eef 100644
--- a/term/main.c
+++ b/term/main.c
@@ -184,8 +184,7 @@ main (int argc, char **argv)
condition_implies (outputq->wait, &select_alert);
/* Launch */
- ports_manage_port_operations_multithread (term_bucket, demuxer, 0, 0,
- 0, MACH_PORT_NULL);
+ ports_manage_port_operations_multithread (term_bucket, demuxer, 0, 0, 0);
return 0;
}