exit1: fix style nits

MFC after:	1 month
This commit is contained in:
oshogbo 2019-08-05 20:20:14 +00:00
parent a629021f11
commit 2de02c99a3

View File

@ -475,7 +475,7 @@ exit1(struct thread *td, int rval, int signo)
PROC_LOCK(q);
q->p_sigparent = SIGCHLD;
if (!(q->p_flag & P_TRACED)) {
if ((q->p_flag & P_TRACED) == 0) {
proc_reparent(q, q->p_reaper, true);
if (q->p_state == PRS_ZOMBIE) {
/*