Date: Mon, 11 Dec 2006 21:47:38 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111495 for review Message-ID: <200612112147.kBBLlcA9097984@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111495 Change 111495 by millert@millert_g5tower on 2006/12/11 21:47:12 Update to new mac_thread_userret() API. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#52 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#52 (text+ko) ==== @@ -3503,7 +3503,7 @@ } static void -sebsd_thread_userret(struct thread *thread) +sebsd_thread_userret(int code, int error, struct thread *thread) { /* Process any pending audit log records at syscall exit. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612112147.kBBLlcA9097984>