PERFORCE change 111495 for review

Todd Miller millert at FreeBSD.org
Mon Dec 11 14:07:39 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111495

Change 111495 by millert at 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. */


More information about the p4-projects mailing list