2009/9/30 Pritesh Kothari <Pritesh.Kothari(a)sun.com>:
Hi All,
Just minor fix's.
Regards,
Pritesh
I came across this 64bit compile problem (with -Werror) as well, but I
would fix it differently: Change the signature of
remoteSendStreamData() to use unsigned int instead of size_t. This is
possible because remoteSendStreamData() is not part of the public API
and it's currently called with len set to 0 or with len set to an int
value returned by virStreamRecv().
Matthias