From 347492deecc50d786602ff66fa5ce6f835cfc5b8 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:17:39 +0000 Subject: Wed Aug 20 14:02:11 1997 Thomas Bushnell, n/BSG * main.c (main): New args for ports_manage_port_operations_multithread. --- exec/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'exec/main.c') diff --git a/exec/main.c b/exec/main.c index 810f1055..28ef2f3e 100644 --- a/exec/main.c +++ b/exec/main.c @@ -159,8 +159,7 @@ main (int argc, char **argv) /* Launch. */ ports_manage_port_operations_multithread (port_bucket, exec_demuxer, - 2 * 60 * 1000, 0, - 0, MACH_PORT_NULL); + 2 * 60 * 1000, 0, 0); return 0; } -- cgit v1.2.3