diff options
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r-- | sys/kern/init_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 06cc8d8..da1b843 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -503,7 +503,7 @@ start_init(void *dummy) td = curthread; p = td->td_proc; - vfs_mountroot(NULL); + vfs_mountroot(); /* Get the vnode for '/'. Set p->p_fd->fd_cdir to reference it. */ if (VFS_ROOT(TAILQ_FIRST(&mountlist), &rootvnode)) |