summaryrefslogtreecommitdiffstats
path: root/sbin/mount_kernfs/mount_kernfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_kernfs/mount_kernfs.c')
-rw-r--r--sbin/mount_kernfs/mount_kernfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_kernfs/mount_kernfs.c b/sbin/mount_kernfs/mount_kernfs.c
index e3e2ec0..c4e72ac 100644
--- a/sbin/mount_kernfs/mount_kernfs.c
+++ b/sbin/mount_kernfs/mount_kernfs.c
@@ -75,7 +75,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:
OpenPOWER on IntegriCloud