1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350614

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