summaryrefslogtreecommitdiff
path: root/term/main.c
diff options
context:
space:
mode:
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;
}