[libvirt] [PATCH] minor fix's

2009-09-30 Thread Pritesh Kothari
Hi All, Just minor fix's. Regards, Pritesh diff --git a/daemon/dispatch.c b/daemon/dispatch.c index e9fe260..011d523 100644 --- a/daemon/dispatch.c +++ b/daemon/dispatch.c @@ -594,7 +594,7 @@ remoteSendStreamData(struct qemud_client *client, struct qemud_client_message *msg; XDR xdr;

Re: [libvirt] [PATCH] minor fix's

2009-09-30 Thread Matthias Bolte
2009/9/30 Pritesh Kothari pritesh.koth...@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