diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-23 09:12:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-23 09:12:53 +0000 |
commit | 0ebfb8d7aafa1a2b18e749ad7840325f0565045b (patch) | |
tree | a654e1700c53ff7ba820873efe6f866f37205d6f | |
parent | 4974d2b285421f27972879d4edd37582f464c809 (diff) | |
download | glibc-0ebfb8d7aafa1a2b18e749ad7840325f0565045b.tar.gz |
Update.
2000-01-22 Andreas Jaeger <aj@suse.de>
* sunrpc/rpc/svc.h: Fix description for svc_register.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sunrpc/rpc/svc.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h index d740f189a2..8ceec30a11 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, |