From 9f5bb44936f514c20eaf3ca1acb7f683347285b8 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 30 Jan 2003 12:35:17 +0000 Subject: NODEVFS cleanup: remove #ifdefs. --- sys/kern/init_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/kern/init_main.c') diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 4fdf604..d068ae0 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -553,7 +553,6 @@ start_init(void *dummy) mac_create_root_mount(td->td_ucred, TAILQ_FIRST(&mountlist)); #endif -#ifndef NODEVFS /* * For disk based systems, we probably cannot do this yet * since the fs will be read-only. But a NFS root @@ -567,7 +566,6 @@ start_init(void *dummy) "fspath", "/dev", NULL); if (error != 0) init_does_devfs = 1; -#endif /* * Need just enough stack to hold the faked-up "execve()" arguments. -- cgit v1.1