Page MenuHomeFreeBSD

rpc.rstatd/rwalld: Use more accurate function pointer types.
ClosedPublic

Authored by jhb on Apr 12 2023, 3:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 26 2026, 10:56 PM
Unknown Object (File)
Feb 16 2026, 3:03 PM
Unknown Object (File)
Feb 16 2026, 5:58 AM
Unknown Object (File)
Feb 8 2026, 5:24 AM
Unknown Object (File)
Feb 7 2026, 5:47 PM
Unknown Object (File)
Jan 31 2026, 3:25 AM
Unknown Object (File)
Jan 28 2026, 2:57 AM
Unknown Object (File)
Nov 25 2025, 3:43 PM
Subscribers

Diff Detail

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

Event Timeline

jhb requested review of this revision.Apr 12 2023, 3:32 PM
zlei added a subscriber: zlei.

Looks good to me.

This revision is now accepted and ready to land.Apr 13 2023, 1:42 PM

Looks ok to me. Just fyi, using xdrproc_t outside the kernel is
always a bit sketchy, since the functions have variable
numbers of arguments and the typedef is a non-typedef.