diff options
author | phk <phk@FreeBSD.org> | 2000-08-26 11:53:53 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-08-26 11:53:53 +0000 |
commit | fd7a4d0371f45e03c3adc295f9a3ac25fe42ef75 (patch) | |
tree | b2ae0ebedcc8e9e007fcf741deaf970f325de166 /sbin/init | |
parent | c9348309e4d521016125160a37a370fda40301b3 (diff) | |
download | FreeBSD-src-fd7a4d0371f45e03c3adc295f9a3ac25fe42ef75.zip FreeBSD-src-fd7a4d0371f45e03c3adc295f9a3ac25fe42ef75.tar.gz |
Mount DEVFS with no options.
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index d27b82a..3bb51ae 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -283,7 +283,7 @@ invalid: warning("ignoring excess arguments"); if (devfs) { - mount("devfs", "/dev", MNT_NOEXEC|MNT_RDONLY, 0); + mount("devfs", "/dev", 0, 0); } /* |