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
F101877936: D39521.id120587.diff
Tue, Nov 5, 2:12 AM
Unknown Object (File)
Thu, Oct 31, 4:42 AM
Unknown Object (File)
Thu, Oct 31, 4:42 AM
Unknown Object (File)
Thu, Oct 31, 4:31 AM
Unknown Object (File)
Thu, Oct 17, 10:29 AM
Unknown Object (File)
Tue, Oct 15, 8:59 PM
Unknown Object (File)
Mon, Oct 14, 7:57 PM
Unknown Object (File)
Mon, Oct 14, 6:23 AM
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.