From 0912285a50c6b57b4981d8ecca1a61780fd93304 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 25 May 1994 18:43:21 +0000 Subject: entered into RCS --- libdiskfs/init-first.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs/init-first.c') diff --git a/libdiskfs/init-first.c b/libdiskfs/init-first.c index 6b0aee4e..ca4b2287 100644 --- a/libdiskfs/init-first.c +++ b/libdiskfs/init-first.c @@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ void diskfs_spawn_first_thread (void) { - cthread_detach (cthread_fork ((cthread_fn_t) ports_manage_port_operations, + cthread_detach (cthread_fork ((cthread_fn_t) + ports_manage_port_operations_multithread, (any_t) 0)); } -- cgit v1.2.3