Date: Tue, 3 May 2005 15:56:18 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 76435 for review Message-ID: <200505031556.j43FuItA051532@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=76435 Change 76435 by csjp@csjp_xor on 2005/05/03 15:55:17 Add a comment to the code so we dont forget to break circular dependencies Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_chkexec/mac_chkexec.c#3 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_chkexec/mac_chkexec.c#3 (text+ko) ==== @@ -499,6 +499,7 @@ return (0); } +/* XXX we need to break circular dependencies here!! */ static int mac_chkexec_check_depends(struct vnode *vp, struct ucred *cred) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505031556.j43FuItA051532>