Remove the (pr->ps_single->p_flag & P_SUSPSINGLE) == 0 check since it
authorclaudio <claudio@openbsd.org>
Wed, 24 Jul 2024 15:30:17 +0000 (15:30 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 24 Jul 2024 15:30:17 +0000 (15:30 +0000)
commit8c845098944b3ba40fd9cbb0cb91fe46a596d851
treecb393ba3eb829a1c1be437e284a3cfd23686067a
parent97390b9a81c06b3eff31a598d977233452d2b955
Remove the (pr->ps_single->p_flag & P_SUSPSINGLE) == 0 check since it
is always true. Also consitently wrap all flag checks into parantheses.
OK kettenis@ guenther@
sys/kern/kern_exit.c