Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 20:26:03 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25565 for review
Message-ID:  <200302220426.h1M4Q3rm024185@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=25565

Change 25565 by rwatson@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@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?200302220426.h1M4Q3rm024185>