Date: Wed, 19 Apr 2006 22:08:08 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95634 for review Message-ID: <200604192208.k3JM880R077604@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95634 Change 95634 by millert@millert_g5tower on 2006/04/19 22:07:58 Fix botched proc_has_security() conversion Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd_syscall.c#10 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd_syscall.c#10 (text+ko) ==== @@ -63,7 +63,7 @@ void *kdata; int rc; - rc = proc_has_security(td->p_ucred, SECURITY__LOAD_POLICY); + rc = proc_has_security(td, SECURITY__LOAD_POLICY); if (rc) return (rc);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604192208.k3JM880R077604>