Re: [libvirt] PATCH: rpcgen portability fixes for remote_protocol.c/h

2009-01-28 Thread Jim Meyering
"Daniel P. Berrange" wrote: > As per previous patches from John for Solaris, we ned a couple more fixes > to the generated remote_protocol.c/h files for good portability. > > Specifically we need > > s/u_quad_t/uint64_t/g; > s/quad_t/int64_t/g; > s/xdr_u_quad_t/xdr_uint64_t/g; > s

[libvirt] PATCH: rpcgen portability fixes for remote_protocol.c/h

2009-01-28 Thread Daniel P. Berrange
As per previous patches from John for Solaris, we ned a couple more fixes to the generated remote_protocol.c/h files for good portability. Specifically we need s/u_quad_t/uint64_t/g; s/quad_t/int64_t/g; s/xdr_u_quad_t/xdr_uint64_t/g; s/xdr_quad_t/xdr_int64_t/g; s/IXDR_GET_LONG