freebsd-nq/usr.sbin/daemon
Ihor Antonov f2f9d31d9f 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
2023-03-01 21:00:42 -06:00
..
tests daemon: add some basic tests 2021-05-03 09:55:40 -06:00
daemon.8 daemon: add long_opts 2023-02-09 22:36:07 -06:00
daemon.c daemon: make dosyslog variable a bool and give it a better name 2023-03-01 21:00:42 -06:00
Makefile daemon: add some basic tests 2021-05-03 09:55:40 -06:00
Makefile.depend