Date: Fri, 30 Apr 2004 06:36:19 -0700 (PDT) From: Chris Vance <cvance@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 51969 for review Message-ID: <200404301336.i3UDaJ65035670@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=51969 Change 51969 by cvance@cvance_osx_laptop on 2004/04/30 06:35:49 Darwin has no image_params structure, so this entry point isn't implemented. Affected files ... .. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/sys/mac.h#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/sys/mac.h#3 (text+ko) ==== @@ -229,7 +229,9 @@ void mac_create_cred(struct ucred *cred_parent, struct ucred *cred_child); int mac_execve_enter(struct mac *mac_p, struct label *execlabel); -void mac_execve_exit(struct image_params *imgp); +#if 0 +void mac_execve_exit(struct image_params *imgp); +#endif /* 0 */ void mac_execve_transition(struct ucred *old, struct ucred *new, struct vnode *vp, struct label *scriptvnodelabel, struct label *execlabel);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404301336.i3UDaJ65035670>