commit | c0958559b1a589a0d189c45ea1adaa6b345f4256 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Wed Jul 11 07:09:05 2012 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Jul 11 08:51:50 2012 -0500 |
tree | f8ea281b38d79b1b96ca77e891a93370ab48a219 | |
parent | 31783203c3b74c11015b20194d57dada559940cf [diff] |
iov: Fix do_send_recv() for MinGW (also fixes a build breakage) Commit 25e5e4c7 broke compilation for non POSIX hosts (e.g. MinGW) because it partially replaced "ret" by "count". It also changed the handling of EINTR in a wrong way. The patch restores the old code for these two changes. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>