summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/portal
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-06-10 21:21:31 +0000
committerdfr <dfr@FreeBSD.org>1998-06-10 21:21:31 +0000
commit88b8a1bc7ee73d2c0888559ea786e38dd391f687 (patch)
tree274940083a33b5c189e9825c79971bde5b2ef735 /sys/miscfs/portal
parentda6aa760cab34ad710230d46c9250a31e7081265 (diff)
downloadFreeBSD-src-88b8a1bc7ee73d2c0888559ea786e38dd391f687.zip
FreeBSD-src-88b8a1bc7ee73d2c0888559ea786e38dd391f687.tar.gz
Make these files compile.
Diffstat (limited to 'sys/miscfs/portal')
-rw-r--r--sys/miscfs/portal/portal_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c
index 46c5847..11a1e84 100644
--- a/sys/miscfs/portal/portal_vnops.c
+++ b/sys/miscfs/portal/portal_vnops.c
@@ -35,7 +35,7 @@
*
* @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95
*
- * $Id: portal_vnops.c,v 1.31 1998/05/17 09:37:39 sos Exp $
+ * $Id: portal_vnops.c,v 1.32 1998/06/10 06:34:57 peter Exp $
*/
/*
@@ -497,7 +497,7 @@ portal_setattr(ap)
if (ap->a_vp->v_flag & VROOT)
return (EACCES);
- if (vap->va_flags != VNOVAL)
+ if (ap->a_vap->va_flags != VNOVAL)
return (EOPNOTSUPP);
return (0);
OpenPOWER on IntegriCloud