HomeFreeBSD

Fix the definition of RM_MAX_END.

Description

Fix the definition of RM_MAX_END.

Even though casting from signed to unsigned is well-defined in C, it's better to
first cast to the larger unsigned type, then negate.

Details

Provenance
jhibbitsAuthored on
Parents
rS295832: Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
Branches
Unknown
Tags
Unknown