exit1: fix style nits

MFC after:	1 month
This commit is contained in:
Mariusz Zaborski 2019-08-05 20:20:14 +00:00
parent fd631bcd95
commit a05cfdf479

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) {
/*