diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-30 12:35:17 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-30 12:35:17 +0000 |
| commit | f6a1852dcca38e1fd8c3dc20fbdcd61f57162076 (patch) | |
| tree | 4a679fb198bdc4a4cba28218ddaee655fc09838b /sys/kern/init_main.c | |
| parent | e78674ed77066bdaad08a419ba5f99c2948c85f2 (diff) | |
Notes
Diffstat (limited to 'sys/kern/init_main.c')
| -rw-r--r-- | sys/kern/init_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 4fdf60457880..d068ae07aa97 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. |
