Using int for boolean values is a long tradition. Since there is now
substantial standardization for boolean types in C, use the standards
and have these booleans be bool instead.
Details
Details
- Reviewers
asomers
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 37425 Build 34314: arc lint + arc unit
Event Timeline
Comment Actions
cp: change flags from integers to booleans
Using int for boolean values is a long tradition. Since there is now
substantial standardization for boolean types in C, use the standards
and have these booleans be bool instead.
Comment Actions
Little bit of funkiness in the original differential due to learning about how Phabricator handles things. Update was simply chopping the squashed message back to what it should have been.