Re: [Qemu-devel] [PATCH] Use sigwait instead of sigwaitinfo.

2011-02-25 Thread Blue Swirl
Thanks, applied. On Fri, Feb 18, 2011 at 3:17 PM, Tristan Gingold wrote: > Fix compilation failure on Darwin. > > Signed-off-by: Tristan Gingold > --- >  compatfd.c |   36 ++-- >  1 files changed, 18 insertions(+), 18 deletions(-) > > diff --git a/compatfd.c b/com

Re: [Qemu-devel] [PATCH] Use sigwait instead of sigwaitinfo.

2011-02-18 Thread Blue Swirl
On Fri, Feb 18, 2011 at 3:17 PM, Tristan Gingold wrote: > Fix compilation failure on Darwin. Also OpenBSD needs this patch.

[Qemu-devel] [PATCH] Use sigwait instead of sigwaitinfo.

2011-02-18 Thread Tristan Gingold
Fix compilation failure on Darwin. Signed-off-by: Tristan Gingold --- compatfd.c | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/compatfd.c b/compatfd.c index a7cebc4..bd377c4 100644 --- a/compatfd.c +++ b/compatfd.c @@ -26,45 +26,45