From 88b8a1bc7ee73d2c0888559ea786e38dd391f687 Mon Sep 17 00:00:00 2001 From: dfr Date: Wed, 10 Jun 1998 21:21:31 +0000 Subject: Make these files compile. --- sys/miscfs/portal/portal_vnops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/miscfs/portal') 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); -- cgit v1.1