From: Ulrich Drepper Date: Sun, 23 Jan 2000 09:12:53 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~1099 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ebfb8d7aafa1a2b18e749ad7840325f0565045b;p=platform%2Fupstream%2Fglibc.git Update. 2000-01-22 Andreas Jaeger * sunrpc/rpc/svc.h: Fix description for svc_register. --- diff --git a/ChangeLog b/ChangeLog index 4fe91c8..0d01b49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-22 Andreas Jaeger + + * sunrpc/rpc/svc.h: Fix description for svc_register. + 2000-01-23 Mark Kettenis * inet/rexec.c (rexec_af): Use SA_LEN instead of __libc_sa_len. diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h index d740f18..8ceec30 100644 --- a/sunrpc/rpc/svc.h +++ b/sunrpc/rpc/svc.h @@ -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,