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)
Tue, Jun 18, 12:14 AM
Unknown Object (File)
Fri, May 24, 3:55 PM
Unknown Object (File)
Fri, May 24, 3:55 PM
Unknown Object (File)
Fri, May 24, 3:55 PM
Unknown Object (File)
May 22 2024, 3:11 PM
Unknown Object (File)
Apr 16 2024, 5:42 PM
Unknown Object (File)
Mar 9 2024, 9:11 PM
Unknown Object (File)
Mar 9 2024, 9:11 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.