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

(cherry picked from commit f2f9d31d9f9f7f319edb95874b41af0733a26624)

Details

Provenance
ihor_antonovs.familyAuthored on Mar 2 2023, 3:00 AM
kevansCommitted on Mar 17 2023, 9:01 PM
Parents
rG6f71a684560f: daemon: add supervision_enabled var
Branches
Unknown
Tags
Unknown