* auth.h: AUTH ah_private structure element changed to void *
authorEzra Peisach <epeisach@mit.edu>
Thu, 19 Jul 2001 20:41:30 +0000 (20:41 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 19 Jul 2001 20:41:30 +0000 (20:41 +0000)
commit825bae1e50157fd6d273044883a94e75466c4966
tree4a8bf58d56a8aae42f21a60be3db72205a4fe618
parent1b480c4fd9ea33721759e16e5ef7312c43ee7b11
* auth.h: AUTH ah_private structure element changed to void *

* clnt.h: CLIENT cl_private structure element changed to type void *.

* svc.h: SVCXRPT elements xp_p1 and xp_p2 changed to void * from
caddr_t.

* svc_udp.c: su_cache element of svcudp_data from caddr_t to void *.

* clnt_tcp.c, svc_tcp.c (writetcp, readtcp): Cleanup alignment
warning in casts.

* types.hin (mem_alloc): Do not cast type of malloc to char *.

* xdr.h: Change type of x_private of XDR from caddr_t to void *.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13620 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/ChangeLog
src/lib/rpc/auth.h
src/lib/rpc/clnt.h
src/lib/rpc/clnt_tcp.c
src/lib/rpc/svc.h
src/lib/rpc/svc_auth.h
src/lib/rpc/svc_tcp.c
src/lib/rpc/svc_udp.c
src/lib/rpc/types.hin
src/lib/rpc/xdr.h