HomeFreeBSD

syslogd: Replace int with bool, where applicable

Description

syslogd: Replace int with bool, where applicable

Many of syslogd's global configuration options are declared as integers
but are treated as booleans. Declare those options as booleans instead.

Reviewed by: markj, emaste
MFC after: 3 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41362

Details

Provenance
jfreeAuthored on Sep 1 2023, 2:49 AM
markjCommitted on Sep 28 2023, 3:51 PM
Reviewer
markj
Differential Revision
D41362: syslogd: Replace int with bool, where applicable
Parents
rG8113e030f96f: syslogd: Move fhead under filed struct declaration
Branches
Unknown
Tags
Unknown