init(8): fix signal handler boolean type and qualifier
authorcheloha <cheloha@openbsd.org>
Sat, 10 Sep 2022 00:49:47 +0000 (00:49 +0000)
committercheloha <cheloha@openbsd.org>
Sat, 10 Sep 2022 00:49:47 +0000 (00:49 +0000)
commitbdce9d03b49cd9b7a0daee512f5ee29e4e23a121
treebac4f20ec998a9ec7a51998f281e9be6a82781dc
parenta0d2b8da8f7d29cc017423391e8b2e36a3fa6aa6
init(8): fix signal handler boolean type and qualifier

The variable "clang" is modified from a signal handler.  Change it
from an 'int' to a 'sig_atomic_t' and mark it 'volatile', as we
recommend in signal(3).

ok millert@ kn@
sbin/init/init.c