Edit

IABSD.fr/src/sbin/init

Branch :

  • Show log

    Commit

  • Author : cheloha
    Date : 2022-09-10 00:49:47
    Hash : bdce9d03
    Message : 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@