From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTFV1-0007Ir-TT for qemu-devel@nongnu.org; Sun, 05 Jun 2011 11:44:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTFV0-0001zn-VS for qemu-devel@nongnu.org; Sun, 05 Jun 2011 11:44:23 -0400 MIME-Version: 1.0 In-Reply-To: <1307071609-1165-1-git-send-email-cerbere@gmail.com> References: <1307071609-1165-1-git-send-email-cerbere@gmail.com> From: Blue Swirl Date: Sun, 5 Jun 2011 18:44:01 +0300 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: Alexandre Raymond Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org 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.