CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/24 03:28:55
Modified files:
sys/sys : signalvar.h
sys/kern : kern_sig.c
Log message:
Minor code cleanup. Move a comment to the right place, move a function
to get a better order of functions. Also reduce the size of sigprop
to NSIG from NSIG+1. NSIG is defined as 33 and so includes the extra
element for this array.
OK mpi@
