Page MenuHomeFreeBSD

pf: remove the use of caddr_t
ClosedPublic

Authored by kp on May 20 2023, 6:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 7, 4:37 PM
Unknown Object (File)
Mon, Oct 7, 1:40 PM
Unknown Object (File)
Mon, Oct 7, 9:33 AM
Unknown Object (File)
Sun, Oct 6, 9:47 PM
Unknown Object (File)
Oct 6 2024, 4:49 PM
Unknown Object (File)
Oct 3 2024, 5:50 AM
Unknown Object (File)
Oct 3 2024, 3:57 AM
Unknown Object (File)
Oct 3 2024, 12:48 AM

Details

Summary

Replace caddr_t with void *, or more accurate types.

Suggested by: glebius

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.May 20 2023, 6:38 PM
zlei added a subscriber: zlei.

Looks good to me.

This revision is now accepted and ready to land.May 23 2023, 1:42 AM
This revision was automatically updated to reflect the committed changes.