HomeFreeBSD

Use ssize_t instead of uint32_t to prevent warnings about a comparison

Description

Use ssize_t instead of uint32_t to prevent warnings about a comparison
with different signs. Due to the promotion rules, this would only
happen on 32-bit platforms.

Details

Provenance
impAuthored on
Parents
rS313258: Add the ability to dump log pages directly in binary to stdout.
Branches
Unknown
Tags
Unknown