summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/clnt_tcp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-09 17:12:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-09 17:12:03 +0000
commit77b6a109132b9f68cb030fbb4ba79253f3530d03 (patch)
tree27f135c67a4e3f73db972078994b190a0e1dc0b3 /cpukit/librpc/src/rpc/clnt_tcp.c
parent2005-01-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-77b6a109132b9f68cb030fbb4ba79253f3530d03.tar.bz2
2005-01-09 Joel Sherrill <joel@oarcorp.com>
* librpc/include/rpc/clnt.h, librpc/src/rpc/authunix_prot.c, librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/pmap_prot2.c, librpc/src/rpc/pmap_rmt.c, librpc/src/rpc/rtems_portmapper.c, librpc/src/rpc/svc_simple.c: Fix warnings.
Diffstat (limited to 'cpukit/librpc/src/rpc/clnt_tcp.c')
-rw-r--r--cpukit/librpc/src/rpc/clnt_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/src/rpc/clnt_tcp.c b/cpukit/librpc/src/rpc/clnt_tcp.c
index fa477b76d4..e497a35657 100644
--- a/cpukit/librpc/src/rpc/clnt_tcp.c
+++ b/cpukit/librpc/src/rpc/clnt_tcp.c
@@ -288,7 +288,7 @@ call_again:
while (TRUE) {
reply_msg.acpted_rply.ar_verf = _null_auth;
reply_msg.acpted_rply.ar_results.where = NULL;
- reply_msg.acpted_rply.ar_results.proc = xdr_void;
+ reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
if (! xdrrec_skiprecord(xdrs))
return (ct->ct_error.re_status);
/* now decode and validate the response header */