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)
Thu, Jul 25, 7:40 PM
Unknown Object (File)
Wed, Jul 3, 11:42 AM
Unknown Object (File)
Tue, Jul 2, 2:06 PM
Unknown Object (File)
Fri, Jun 28, 8:18 PM
Unknown Object (File)
Jun 23 2024, 7:43 PM
Unknown Object (File)
May 3 2024, 3:04 AM
Unknown Object (File)
Apr 28 2024, 9:26 AM
Unknown Object (File)
Dec 29 2023, 7:00 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