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, Sep 24, 4:53 PM
Unknown Object (File)
Sun, Sep 22, 7:33 PM
Unknown Object (File)
Sun, Sep 22, 10:52 AM
Unknown Object (File)
Sat, Sep 21, 5:55 PM
Unknown Object (File)
Wed, Sep 18, 6:46 AM
Unknown Object (File)
Wed, Sep 18, 3:39 AM
Unknown Object (File)
Tue, Sep 17, 2:13 PM
Unknown Object (File)
Fri, Sep 13, 2:49 AM
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.