From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTGWZ-00060n-Bx for qemu-devel@nongnu.org; Sun, 05 Jun 2011 12:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTGWW-0001yQ-LQ for qemu-devel@nongnu.org; Sun, 05 Jun 2011 12:50:02 -0400 MIME-Version: 1.0 In-Reply-To: References: <1307071609-1165-1-git-send-email-cerbere@gmail.com> From: Alexandre Raymond Date: Sun, 5 Jun 2011 12:49:38 -0400 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] Fix compilation warning due to missing header for sigaction (followup) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org 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 11:44 AM, Blue Swirl wrote: > On Fri, Jun 3, 2011 at 6:26 AM, Alexandre Raymond 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 series so that the patches > can be tested, now I could not find the other patch. >