HomeFreeBSD

daemon: make dosyslog variable a bool and give it a better name

Description

daemon: make dosyslog variable a bool and give it a better name

Following style(9) and C99 recommendation use bool instead of
int for boolean operations. Also give the variable a more descriptive
name that follows boolean naming convention.

Reviewed by: kevans
Pull Request: https://github.com/freebsd/freebsd-src/pull/669

Details

Provenance
ihor_antonovs.familyAuthored on Mar 2 2023, 3:00 AM
kevansCommitted on Mar 2 2023, 3:00 AM
Parents
rG203df05b692b: daemon: add supervision_enabled var
Branches
Unknown
Tags
Unknown