Mount DEVFS with no options.

This commit is contained in:
Poul-Henning Kamp 2000-08-26 11:53:53 +00:00
parent 1684d9d750
commit 64ec80423e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65114

View File

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