diff options
author | Nikolay Sturm <sturm@cvs.openbsd.org> | 2006-07-28 20:02:50 +0000 |
---|---|---|
committer | Nikolay Sturm <sturm@cvs.openbsd.org> | 2006-07-28 20:02:50 +0000 |
commit | 307bb8955601b93469b009889fb8ec0dcd661ebe (patch) | |
tree | 1586aa7970f40e3a55288bffe71eefa347dc8ef1 /sbin/mount_nfs | |
parent | 4a1f30398302bf2c4bca2975221b5149a0d0e4dc (diff) |
permit synchronous mounts
ok pedro
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index f7f3fdb9ccd..77e7d9ce1bd 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_nfs.c,v 1.44 2005/06/29 20:50:37 jaredy Exp $ */ +/* $OpenBSD: mount_nfs.c,v 1.45 2006/07/28 20:02:49 sturm Exp $ */ /* $NetBSD: mount_nfs.c,v 1.12.4.1 1996/05/25 22:48:05 fvdl Exp $ */ /* @@ -102,6 +102,7 @@ const struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_FORCE, MOPT_UPDATE, + MOPT_SYNC, { "bg", ALTF_BG, 0 }, { "conn", ALTF_NOCONN, MFLAG_INVERSE }, { "dumbtimer", ALTF_DUMBTIMR, 0 }, |