s/flags/flag/

This commit is contained in:
Peter Wemm 1998-05-20 08:05:45 +00:00
parent dfae73fd2e
commit b550c193c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36249
2 changed files with 4 additions and 4 deletions

View File

@ -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 <sys/param.h>
@ -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)

View File

@ -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 <sys/param.h>
@ -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)