1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/sbin/init
cheloha bdce9d03b4 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@
2022-09-10 00:49:47 +00:00
..
init.8 GETTY_SLEEP is 30 seconds, not 10 2018-01-16 15:57:51 +00:00
init.c init(8): fix signal handler boolean type and qualifier 2022-09-10 00:49:47 +00:00
Makefile unifdef LOGIN_CAP, we always want to use login.conf 2018-01-06 16:26:12 +00:00
NOTES
pathnames.h