Minor code cleanup. Move a comment to the right place, move a function
authorclaudio <claudio@openbsd.org>
Wed, 24 Nov 2021 10:28:55 +0000 (10:28 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 24 Nov 2021 10:28:55 +0000 (10:28 +0000)
commit27e443ca6241d025358271f6fdad3513ac00d877
tree18f7e210dea2e9af07d2c52905747940c24c92d1
parent7720a192de8b0bcc3d69ba0245b8d11c2379e11d
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@
sys/kern/kern_sig.c
sys/sys/signalvar.h