]> git.proxmox.com Git - mirror_qemu.git/commit
Fix compilation warning due to missing header for sigaction (followup)
authorAlexandre Raymond <cerbere@gmail.com>
Fri, 3 Jun 2011 03:26:49 +0000 (23:26 -0400)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 8 Jun 2011 08:04:29 +0000 (09:04 +0100)
commit9bf0960a9adb93c38b879a2114f6c67e30427307
treefed16ceea03ed1c9f29e55b1eaaaac81ac74d2aa
parent86f69a92b163dac5ee230c8a109c3e8f37f13d38
Fix compilation warning due to missing header for sigaction (followup)

This patch removes all references to signal.h when qemu-common.h is included
as they become redundant.

Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
19 files changed:
audio/audio_pt_int.c
audio/sdlaudio.c
block/raw-posix.c
bsd-user/syscall.c
darwin-user/signal.c
exec.c
linux-user/signal.c
net/tap.c
posix-aio-compat.c
qemu-char.c
qemu-progress.c
savevm.c
target-i386/helper.c
target-ppc/helper.c
target-sparc/helper.c
ui/curses.c
ui/sdl.c
usb-bsd.c
usb-linux.c