From 3a0b93a748a23e96e7d60724380afe33f2bbf799 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:23:09 +0000 Subject: Wed Aug 20 14:07:35 1997 Thomas Bushnell, n/BSG * main.c (main): New args for ports_manage_port_operations_multithread. --- term/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'term/main.c') 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; } -- cgit v1.2.3