Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 15:48:53 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 17678 for review
Message-ID:  <200209182248.g8IMmri1096262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17678

Change 17678 by rwatson@rwatson_paprika on 2002/09/18 15:47:53

	File missed in previous submit: another instances of
	pre_syscall.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/subr_trap.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/subr_trap.c#13 (text+ko) ====

@@ -91,7 +91,7 @@
 #endif
 
 #ifdef MAC
-	mac_pre_syscall_return();
+	mac_thread_userret(td);
 #endif
 	/*
 	 * XXX we cheat slightly on the locking here to avoid locking in

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209182248.g8IMmri1096262>