[Qemu-devel] [PATCH 10/10] unix_close(): check for close() errors too (v2)

2011-11-10 Thread Eduardo Habkost
In case close() fails, we want to report the error back. Changes v1 -> v2: - Use braces on if statement to match coding style Signed-off-by: Eduardo Habkost --- migration-unix.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/migration-unix.c b/migration-unix.c i

[Qemu-devel] [PATCH 10/10] unix_close(): check for close() errors too

2011-11-09 Thread Eduardo Habkost
In case close() fails, we want to report the error back. Signed-off-by: Eduardo Habkost --- migration-unix.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/migration-unix.c b/migration-unix.c index 8596353..197285c 100644 --- a/migration-unix.c +++ b/migration-unix