From 3c4d0e6eadad3ae11c480e44168fcdd149b51f59 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 7 Apr 1994 01:24:45 +0000 Subject: Formerly init.c.~10~ --- init/init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/init.c b/init/init.c index 22678741..a2082b08 100644 --- a/init/init.c +++ b/init/init.c @@ -325,6 +325,9 @@ launch_system (void) if (errno = fsys_init (bootport, fsproc, MACH_MSG_TYPE_MOVE_SEND, authserver)) perror ("fsys_init"); + + /* Declare that the filesystem is our child. */ + proc_child (procserver, fstask); run_for_real ("/bin/sh"); printf ("Init has completed.\n"); -- cgit v1.2.3