CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/24 09:30:17
Modified files:
sys/kern : kern_exit.c
Log message:
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@
