CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/08/06 04:58:09

Modified files:
        lib/libc/rpc   : rpc.3 svc.c 

Log message:
rpc: fix the svc_request() dispatch() callback signature

The prototype in rpc/svc.h already has the correct signature. Match this
in the function definition, the sc_dispatch() member in struct svc_callout,
and in the manual, fixing the documented return type from int to void in
one place.

ok claudio

Reply via email to