diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-11-01 23:51:53 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-11-01 23:51:53 +0000 |
| commit | 3fa88dec7f907cbcfee54e5ebebc001a3279fe30 (patch) | |
| tree | f614541c69f463075bbc04969273cb64b172d603 /sbin/mount_null | |
| parent | f23c6e08dfc2a3411b55e1b7a6a916bde7c5862d (diff) | |
Notes
Diffstat (limited to 'sbin/mount_null')
| -rw-r--r-- | sbin/mount_null/mount_null.c | 2 |
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: |
