mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
p_sigignore moved into struct sigacts. move one which was missed.
Approved by: re (scottl)
This commit is contained in:
parent
90af4afacb
commit
13d56a9a90
1 changed files with 1 additions and 1 deletions
|
|
@ -1601,7 +1601,7 @@ loop:
|
|||
splx(s);
|
||||
sx_slock(&proctree_lock);
|
||||
PROC_LOCK(p);
|
||||
if (SIGISMEMBER(p->p_sigignore, SIGTTIN) ||
|
||||
if (SIGISMEMBER(p->p_sigacts->ps_sigignore, SIGTTIN) ||
|
||||
SIGISMEMBER(td->td_sigmask, SIGTTIN) ||
|
||||
(p->p_flag & P_PPWAIT) || p->p_pgrp->pg_jobc == 0) {
|
||||
PROC_UNLOCK(p);
|
||||
|
|
|
|||
Loading…
Reference in a new issue