Date: Tue, 28 Oct 2008 21:13:47 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 152125 for review Message-ID: <200810282113.m9SLDlWb085346@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152125 Change 152125 by trasz@trasz_victim7 on 2008/10/28 21:13:19 These two variables are not really access modes; roll back to vendor. Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/sys/fs/unionfs/union_vfsops.c#4 edit Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/sys/fs/unionfs/union_vfsops.c#4 (text+ko) ==== @@ -84,8 +84,8 @@ int below; uid_t uid; gid_t gid; - vaccess_t udir; - vaccess_t ufile; + u_short udir; + u_short ufile; unionfs_copymode copymode; unionfs_whitemode whitemode; struct componentname fakecn;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810282113.m9SLDlWb085346>