Page MenuHomeFreeBSD

ext2fs: Migrate to modern uintXX_t from u_intXX_t
AcceptedPublic

Authored by fsu on Aug 31 2023, 5:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 7 2024, 4:55 PM
Unknown Object (File)
Sep 7 2024, 8:58 AM
Unknown Object (File)
Jul 25 2024, 7:40 PM
Unknown Object (File)
Jul 3 2024, 11:42 AM
Unknown Object (File)
Jul 2 2024, 2:06 PM
Unknown Object (File)
Jun 28 2024, 8:18 PM
Unknown Object (File)
Jun 23 2024, 7:43 PM
Unknown Object (File)
May 3 2024, 3:04 AM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

fsu requested review of this revision.Aug 31 2023, 5:27 AM

Thank you for doing this! When moving from the linux headers we moved from the linux types to the standard C types but some leftover BSD types were still being used. These changes actually fix some hidden bugs.

This revision is now accepted and ready to land.Aug 31 2023, 4:01 PM