Re: [Qemu-devel] [PATCH 1/4] curl: Fix build when curl_multi_socket_action isn't available

2014-05-15 Thread Kevin Wolf
Am 15.05.2014 um 01:28 hat Matthew Booth geschrieben: > Signed-off-by: Matthew Booth > --- > block/curl.c | 15 +++ > 1 file changed, 15 insertions(+) Thanks, applied all to the block branch (with patch 3 fixed as commented there). Please don't forget --cover-letter and --subject-pr

[Qemu-devel] [PATCH 1/4] curl: Fix build when curl_multi_socket_action isn't available

2014-05-14 Thread Matthew Booth
Signed-off-by: Matthew Booth --- block/curl.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/block/curl.c b/block/curl.c index d2f1084..f3c797a 100644 --- a/block/curl.c +++ b/block/curl.c @@ -37,6 +37,21 @@ #if LIBCURL_VERSION_NUM >= 0x071000 /* The multi interface timer