libvirt/src/remote
Matthias Bolte d707c86633 cygwin: Handle differences in the XDR implementation
Cygwin's XDR implementation defines xdr_u_int64_t instead of
xdr_uint64_t and lacks IXDR_PUT_INT32/IXDR_GET_INT32.

Alter the IXDR_GET_LONG regex in rpcgen_fix.pl so it doesn't destroy
the #define IXDR_GET_INT32 IXDR_GET_LONG in remote_protocol.x.

Also fix the remote_protocol.h regex in rpcgen_fix.pl.
2010-04-27 09:31:28 +02:00
..
remote_driver.c addrToString: give better error message 2010-04-22 14:46:55 -06:00
remote_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
remote_protocol.c cygwin: Handle differences in the XDR implementation 2010-04-27 09:31:28 +02:00
remote_protocol.h cygwin: Handle differences in the XDR implementation 2010-04-27 09:31:28 +02:00
remote_protocol.x cygwin: Handle differences in the XDR implementation 2010-04-27 09:31:28 +02:00
rpcgen_fix.pl cygwin: Handle differences in the XDR implementation 2010-04-27 09:31:28 +02:00