freebsd-dev/usr.sbin/daemon
Ihor Antonov e745dc2287 daemon: consolidate variable declarations and initializaions
- improve readability by breaking apart single-line multi-variable declarations
- initialize simple variables at declaration site
- move other top-level variable initializations closer declarations
  to avoid potential UB and unclutter the use-site.

Reviewed by:	kevans
Pull Request:	https://github.com/freebsd/freebsd-src/pull/669
2023-03-01 21:00:41 -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: consolidate variable declarations and initializaions 2023-03-01 21:00:41 -06:00
Makefile daemon: add some basic tests 2021-05-03 09:55:40 -06:00
Makefile.depend