2000-01-22  Andreas Jaeger  <aj@suse.de>

	* sunrpc/rpc/svc.h: Fix description for svc_register.
This commit is contained in:
Ulrich Drepper 2000-01-23 09:12:53 +00:00
parent 4974d2b285
commit 0ebfb8d7aa
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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,