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)
Fri, Mar 14, 12:56 AM
Unknown Object (File)
Fri, Feb 21, 12:12 PM
Unknown Object (File)
Feb 13 2025, 7:15 PM
Unknown Object (File)
Feb 13 2025, 6:03 AM
Unknown Object (File)
Feb 6 2025, 11:14 PM
Unknown Object (File)
Jan 7 2025, 7:20 AM
Unknown Object (File)
Dec 6 2024, 12:47 PM
Unknown Object (File)
Dec 3 2024, 11:13 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