exit1: fix style nits
MFC after: 1 month
This commit is contained in:
parent
a629021f11
commit
2de02c99a3
@ -475,7 +475,7 @@ exit1(struct thread *td, int rval, int signo)
|
|||||||
PROC_LOCK(q);
|
PROC_LOCK(q);
|
||||||
q->p_sigparent = SIGCHLD;
|
q->p_sigparent = SIGCHLD;
|
||||||
|
|
||||||
if (!(q->p_flag & P_TRACED)) {
|
if ((q->p_flag & P_TRACED) == 0) {
|
||||||
proc_reparent(q, q->p_reaper, true);
|
proc_reparent(q, q->p_reaper, true);
|
||||||
if (q->p_state == PRS_ZOMBIE) {
|
if (q->p_state == PRS_ZOMBIE) {
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user