HomeFreeBSD

fsck_ffs: Revert partially the unsigned changes.

Description

fsck_ffs: Revert partially the unsigned changes.

Any value of uint16_t will be internally promoted to int so
changing them to an unsigned value doesn't help.

Make clear we want to use uint32_t for closedisk()

X-MFC with: r298551

Details

Provenance
pfgAuthored on
Parents
rS298678: posix4_mib: Don't overrun facility_initialized array
Branches
Unknown
Tags
Unknown