Page MenuHomeFreeBSD

Move to using bool instead of boolean_t
ClosedPublic

Authored by imp on Jul 19 2019, 6:40 PM.
Tags
None
Referenced Files
F138007409: D20999.id.diff
Fri, Nov 28, 2:21 AM
F137913360: D20999.id59936.diff
Thu, Nov 27, 4:21 AM
Unknown Object (File)
Tue, Nov 25, 8:06 AM
Unknown Object (File)
Tue, Nov 25, 6:37 AM
Unknown Object (File)
Sat, Nov 22, 10:57 PM
Unknown Object (File)
Thu, Nov 20, 3:07 PM
Unknown Object (File)
Thu, Nov 20, 3:00 PM
Unknown Object (File)
Thu, Nov 20, 2:54 PM
Subscribers
None

Details

Summary

While there are subtle semantic differences between bool and boolean_t, none of
them matter in these cases. Prefer true/false when dealing with bool
type. Preserve a couple of TRUEs since they are passed into int args into CAM.
Preserve a couple of FALSEs when used for status.done, an int.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable