Date: Sun, 7 Aug 2005 15:46:18 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 81604 for review Message-ID: <200508071546.j77FkIYv096482@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81604 Change 81604 by rwatson@rwatson_peppercorn on 2005/08/07 15:45:57 Remove unused local variable. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_suidacl/mac_suidacl.c#2 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_suidacl/mac_suidacl.c#2 (text+ko) ==== @@ -381,7 +381,6 @@ check_vnode_exec(struct ucred *cred, struct vnode *vp, struct label *label, struct image_params *imgp, struct label *execlabel) { - int er; struct vattr *vap; vap = imgp->attr;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508071546.j77FkIYv096482>