From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTwjN-0001Qi-79 for qemu-devel@nongnu.org; Tue, 07 Jun 2011 09:54:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTwjK-00023F-53 for qemu-devel@nongnu.org; Tue, 07 Jun 2011 09:54:04 -0400 Date: Tue, 7 Jun 2011 14:53:54 +0100 From: Stefan Hajnoczi Message-ID: <20110607135354.GA1493@stefanha-thinkpad.localdomain> References: <1307071609-1165-1-git-send-email-cerbere@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1307071609-1165-1-git-send-email-cerbere@gmail.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Fix compilation warning due to missing header for sigaction (followup) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre Raymond Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Thu, Jun 02, 2011 at 11:26:49PM -0400, Alexandre Raymond wrote: > This patch removes all references to signal.h when qemu-common.h is included > as they become redundant. > > Signed-off-by: Alexandre Raymond > --- > audio/audio_pt_int.c | 2 -- > audio/sdlaudio.c | 1 - > block/raw-posix.c | 2 -- > bsd-user/syscall.c | 1 - > darwin-user/signal.c | 3 --- > exec.c | 1 - > linux-user/signal.c | 1 - > net/tap.c | 1 - > posix-aio-compat.c | 1 - > qemu-char.c | 1 - > qemu-progress.c | 1 - > savevm.c | 1 - > target-i386/helper.c | 1 - > target-ppc/helper.c | 1 - > target-sparc/helper.c | 1 - > ui/curses.c | 1 - > ui/sdl.c | 4 ---- > usb-bsd.c | 1 - > usb-linux.c | 1 - > 19 files changed, 0 insertions(+), 26 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan