From 1e9d4db8c1652817c9ca7952613b47f9b4dd7e4b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 17 Jul 1995 18:35:14 +0000 Subject: (thread_function): Don't have any global timeout here; we don't use it anyhow. --- ufs/pager.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ufs/pager.c b/ufs/pager.c index de5e1d18..52e77f05 100644 --- a/ufs/pager.c +++ b/ufs/pager.c @@ -380,10 +380,8 @@ static void thread_function (any_t foo __attribute__ ((unused))) { for (;;) - ports_manage_port_operations_multithread (pager_bucket, - pager_demuxer, - 1000 * 60 * 2, - 1000 * 60 * 10, + ports_manage_port_operations_multithread (pager_bucket, pager_demuxer, + 1000 * 60 * 2, 0, 1, MACH_PORT_NULL); } -- cgit v1.2.3