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 Skipped - Unit
Tests Skipped - Build Status
Buildable 61945 Build 58829: arc lint + arc unit