summaryrefslogtreecommitdiff
path: root/libdiskfs/init-first.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-25 18:43:21 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-25 18:43:21 +0000
commit0912285a50c6b57b4981d8ecca1a61780fd93304 (patch)
treebcc0d65e917f45ce0e09929f270345e6e43ba259 /libdiskfs/init-first.c
parent4881749affa2cdb0672a6d5ed9b96e978e506281 (diff)
entered into RCS
Diffstat (limited to 'libdiskfs/init-first.c')
-rw-r--r--libdiskfs/init-first.c3
1 files changed, 2 insertions, 1 deletions
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));
}