From 8da2aa7242a16cd01ce73206cc04fc2e9e907eba Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 20 May 1998 08:05:45 +0000 Subject: s/flags/flag/ --- sys/nfsclient/nfs_vfsops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfsclient/nfs_vfsops.c') diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index d6cdfe1..afa850f 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.60 1998/05/20 07:59:21 peter Exp $ + * $Id: nfs_vfsops.c,v 1.61 1998/05/20 08:02:24 peter Exp $ */ #include @@ -710,7 +710,7 @@ mountnfs(argp, mp, nam, pth, hst, vpp) * no sense in that context. */ if (argp->sotype == SOCK_STREAM) - nmp->nm_flags &= ~NFSMNT_NOCONN; + nmp->nm_flag &= ~NFSMNT_NOCONN; /* Also clear RDIRPLUS if not NFSv3, it crashes some servers */ if ((argp->flags & NFSMNT_NFSV3) == 0) -- cgit v1.1