CVS: cvs.openbsd.org: src
Theo Buehler <[email protected]> Thu, 6 Aug 2026 04:58:09 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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