Page MenuHomeFreeBSD

rman: Remove an outdated comment that no longer applies
ClosedPublic

Authored by jrtc27 on Jun 17 2021, 10:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 28, 7:29 PM
Unknown Object (File)
May 6 2024, 5:20 AM
Unknown Object (File)
Apr 30 2024, 11:07 AM
Unknown Object (File)
Apr 26 2024, 11:18 PM
Unknown Object (File)
Apr 26 2024, 11:12 PM
Unknown Object (File)
Apr 26 2024, 11:12 PM
Unknown Object (File)
Apr 26 2024, 9:21 PM
Unknown Object (File)
Apr 24 2024, 2:22 PM
Subscribers
None

Details

Summary

Since commit 2dd1bdf1834c in 2016 the r_start and r_end fields have been
rman_res_t, which was briefly unsigned long, but commit da1b038af9f9
changed the typedef to be uintmax_t instead. C99 is also something we
assume these days.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39965
Build 36854: arc lint + arc unit

Event Timeline

jrtc27 created this revision.
This revision is now accepted and ready to land.Jun 17 2021, 11:22 PM