Previously these functions all returned either 0 or 1, but 0 was
success and 1 was failure. Use a bool where false indicates failure
instead which is more readable.
Details
Details
- Reviewers
trasz asomers mav - Commits
- rG78cd9f0c0941: ctld: Use bool in uclparse.c
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable