Mount DEVFS with no options.

This commit is contained in:
phk 2000-08-26 11:53:53 +00:00
parent c9348309e4
commit fd7a4d0371

View File

@ -283,7 +283,7 @@ invalid:
warning("ignoring excess arguments");
if (devfs) {
mount("devfs", "/dev", MNT_NOEXEC|MNT_RDONLY, 0);
mount("devfs", "/dev", 0, 0);
}
/*