aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_null
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-11-01 23:51:53 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-11-01 23:51:53 +0000
commit3fa88dec7f907cbcfee54e5ebebc001a3279fe30 (patch)
treef614541c69f463075bbc04969273cb64b172d603 /sbin/mount_null
parentf23c6e08dfc2a3411b55e1b7a6a916bde7c5862d (diff)
Notes
Diffstat (limited to 'sbin/mount_null')
-rw-r--r--sbin/mount_null/mount_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c
index d042359fb078a..e9e3bd8998272 100644
--- a/sbin/mount_null/mount_null.c
+++ b/sbin/mount_null/mount_null.c
@@ -78,7 +78,7 @@ main(argc, argv)
while ((ch = getopt(argc, argv, "o:")) != EOF)
switch(ch) {
case 'o':
- getmntopts(optarg, mopts, &mntflags);
+ getmntopts(optarg, mopts, &mntflags, 0);
break;
case '?':
default: