From 8bbb708b5bbabcf98f7f394da7d83865d7197cb6 Mon Sep 17 00:00:00 2001
From: "Michael I. Bushnell" <mib@gnu.org>
Date: Thu, 1 Sep 1994 20:16:33 +0000
Subject: Formerly boot-start.c.~30~

---
 libdiskfs/boot-start.c | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'libdiskfs/boot-start.c')

diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c
index 12b10f7a..3dc878be 100644
--- a/libdiskfs/boot-start.c
+++ b/libdiskfs/boot-start.c
@@ -83,6 +83,9 @@ diskfs_start_bootstrap (void)
   mach_port_insert_right (mach_task_self (), root_pt, root_pt,
 			  MACH_MSG_TYPE_MAKE_SEND);
 
+  /* Tell the library what they are. */
+  setcwdir (root_pt);
+  setcrdir (root_pt);
 
   /* Contact the exec server */
   err = fsys_getroot (diskfs_exec_ctl, root_pt, MACH_MSG_TYPE_COPY_SEND,
-- 
cgit v1.2.3