summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-30 12:35:17 +0000
committerphk <phk@FreeBSD.org>2003-01-30 12:35:17 +0000
commit9f5bb44936f514c20eaf3ca1acb7f683347285b8 (patch)
tree4a679fb198bdc4a4cba28218ddaee655fc09838b /sys/kern/init_main.c
parent76e198dd04bf2dc046c1abe02041bf9c12357e5d (diff)
downloadFreeBSD-src-9f5bb44936f514c20eaf3ca1acb7f683347285b8.zip
FreeBSD-src-9f5bb44936f514c20eaf3ca1acb7f683347285b8.tar.gz
NODEVFS cleanup: remove #ifdefs.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
1 files changed, 0 insertions, 2 deletions
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.
OpenPOWER on IntegriCloud