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
F164741126: D39521.diff
Mon, Aug 3, 12:58 PM
Unknown Object (File)
Tue, Jul 28, 3:51 AM
Unknown Object (File)
Sat, Jul 25, 9:35 PM
Unknown Object (File)
May 13 2026, 5:37 PM
Unknown Object (File)
May 13 2026, 5:37 PM
Unknown Object (File)
May 13 2026, 5:36 PM
Unknown Object (File)
May 13 2026, 5:36 PM
Unknown Object (File)
May 13 2026, 5:19 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 50852
Build 47743: arc lint + arc unit

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.