diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-03-30 09:22:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-03-30 09:22:41 +0000 |
| commit | a6534afb2a8f5375d626399bdcbb8e59cb077dbf (patch) | |
| tree | 85bfe099f6eea8962d2c3eaa8ee391d8d203cb5f /sbin | |
| parent | 015056ae61186edbfa3d9c5df2df25151b0310d6 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/init/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index d5695c29bb5d3..e0ffcf8ea5775 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -248,9 +248,8 @@ main(argc, argv) if (optind != argc) warning("ignoring excess arguments"); - /* Mount devfs on /dev */ if (devfs) { - mount(MOUNT_DEVFS, "/dev", MNT_NOEXEC|MNT_RDONLY, 0); + mount("devfs", "/dev", MNT_NOEXEC|MNT_RDONLY, 0); } /* |
