PERFORCE change 25565 for review
Robert Watson
rwatson at freebsd.org
Sat Feb 22 04:26:03 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=25565
Change 25565 by rwatson at rwatson_tislabs on 2003/02/21 20:25:20
Merge results of a KSE change that affect a feature in the test
module in the MAC branch, but not main branch.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#93 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#93 (text+ko) ====
@@ -831,7 +831,7 @@
{
mtx_lock_spin(&sched_lock);
- curthread->td_kse->ke_flags |= KEF_ASTPENDING;
+ curthread->td_flags |= TDF_ASTPENDING;
curthread->td_proc->p_sflag |= PS_MACPEND;
mtx_unlock_spin(&sched_lock);
return (sysctl_handle_int(oidp, NULL, curthread->td_proc->p_pid,
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list