Re: [Qemu-devel] [PATCH] Fix compilation warning due to missing header for sigaction (followup)

2011-06-05 Thread Blue Swirl
On Fri, Jun 3, 2011 at 6:26 AM, Alexandre Raymond cerb...@gmail.com wrote: This patch removes all references to signal.h when qemu-common.h is included as they become redundant. This breaks the build. Maybe it depends on some previous patch? If so, it would be nice to submit the patches as a

Re: [Qemu-devel] [PATCH] Fix compilation warning due to missing header for sigaction (followup)

2011-06-05 Thread Alexandre Raymond
Hi Blue, This patch indeed depends on http://patchwork.ozlabs.org/patch/98325/. Since it had already been applied by Andreas to the trivial tree, I didn't think it was necessary to resend it in the followup. If you prefer, I can resend both in the same series. Alexandre On Sun, Jun 5, 2011 at

Re: [Qemu-devel] [PATCH] Fix compilation warning due to missing header for sigaction (followup)

2011-06-05 Thread Blue Swirl
On Sun, Jun 5, 2011 at 7:49 PM, Alexandre Raymond cerb...@gmail.com wrote: Hi Blue, This patch indeed depends on http://patchwork.ozlabs.org/patch/98325/. Since it had already been applied by Andreas to the trivial tree, I didn't think it was necessary to resend it in the followup. If you

[Qemu-devel] [PATCH] Fix compilation warning due to missing header for sigaction (followup)

2011-06-02 Thread Alexandre Raymond
This patch removes all references to signal.h when qemu-common.h is included as they become redundant. Signed-off-by: Alexandre Raymond cerb...@gmail.com --- audio/audio_pt_int.c |2 -- audio/sdlaudio.c |1 - block/raw-posix.c |2 -- bsd-user/syscall.c|1 -