summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/crypt_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/crypt_client.c')
-rw-r--r--lib/libc/rpc/crypt_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/crypt_client.c b/lib/libc/rpc/crypt_client.c
index 7f3cb36..652a49b 100644
--- a/lib/libc/rpc/crypt_client.c
+++ b/lib/libc/rpc/crypt_client.c
@@ -93,7 +93,7 @@ _des_crypt_call(buf, len, dparms)
bcopy(result_1->des_ivec, dparms->des_ivec, 8);
}
- clnt_freeres(clnt, xdr_desresp, (char *)result_1);
+ clnt_freeres(clnt, (xdrproc_t)xdr_desresp, result_1);
clnt_destroy(clnt);
return(stat);
OpenPOWER on IntegriCloud