Update.
2000-01-22 Andreas Jaeger <aj@suse.de> * sunrpc/rpc/svc.h: Fix description for svc_register.
This commit is contained in:
parent
4974d2b285
commit
0ebfb8d7aa
@ -1,3 +1,7 @@
|
||||
2000-01-22 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sunrpc/rpc/svc.h: Fix description for svc_register.
|
||||
|
||||
2000-01-23 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* inet/rexec.c (rexec_af): Use SA_LEN instead of __libc_sa_len.
|
||||
|
@ -166,7 +166,7 @@ typedef void (*__dispatch_fn_t) (struct svc_req*, SVCXPRT*);
|
||||
* SVCXPRT *xprt;
|
||||
* rpcprog_t prog;
|
||||
* rpcvers_t vers;
|
||||
* void (*dispatch)();
|
||||
* void (*dispatch)(struct svc_req*, SVCXPRT*);
|
||||
* rpcprot_t protocol; like TCP or UDP, zero means do not register
|
||||
*/
|
||||
extern bool_t svc_register (SVCXPRT *__xprt, rpcprog_t __prog,
|
||||
|
Loading…
Reference in New Issue
Block a user