diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-04-04 13:49:49 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-04-04 13:49:49 +0000 |
commit | 9cbcb698eff9cf43b38421f923ed231e5f30da74 (patch) | |
tree | 6067029d274102b8463f675794462d10fc970cec /sbin | |
parent | 87789701234ae6fdd0ebce343300d1664694de32 (diff) |
no reason not to let msdosfs mount async, from Alexander Polakov
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_msdos/mount_msdos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_msdos/mount_msdos.c b/sbin/mount_msdos/mount_msdos.c index 583a3a7aec3..8e2aa0f3ce5 100644 --- a/sbin/mount_msdos/mount_msdos.c +++ b/sbin/mount_msdos/mount_msdos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_msdos.c,v 1.23 2009/10/27 23:59:33 deraadt Exp $ */ +/* $OpenBSD: mount_msdos.c,v 1.24 2011/04/04 13:49:48 tedu Exp $ */ /* $NetBSD: mount_msdos.c,v 1.16 1996/10/24 00:12:50 cgd Exp $ */ /* @@ -50,6 +50,7 @@ const struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_UPDATE, + MOPT_ASYNC, { NULL } }; |