Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,

Pointy-hat to:  peter
This commit is contained in:
Peter Wemm 2001-09-23 06:16:01 +00:00
parent 391fa6d3d4
commit 8446f377f1

View File

@ -592,7 +592,7 @@ osf1_sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
td = curthread;
p = td->td_proc;
PROC_LOCK_ASSERT(td, MA_OWNED);
PROC_LOCK_ASSERT(p, MA_OWNED);
psp = p->p_sigacts;
frame = td->td_frame;