From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSGdM-0006KI-GM for qemu-devel@nongnu.org; Thu, 02 Jun 2011 18:44:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSGdJ-0003y1-GQ for qemu-devel@nongnu.org; Thu, 02 Jun 2011 18:44:56 -0400 MIME-Version: 1.0 In-Reply-To: <1306981290-17308-1-git-send-email-cerbere@gmail.com> References: <1306981290-17308-1-git-send-email-cerbere@gmail.com> Date: Thu, 2 Jun 2011 23:44:51 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Fix compilation warning due to missing header for sigaction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre Raymond Cc: qemu-trivial@nongnu.org, =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org On Thu, Jun 2, 2011 at 3:21 AM, Alexandre Raymond wrote= : > Fix the following warning by including signal.h directly in qemu-common.h > ----8<---- > iohandler.c: In function =91qemu_init_child_watch=92: > iohandler.c:172: warning: implicit declaration of function =91sigaction= =92 > iohandler.c:172: warning: nested extern declaration of =91sigaction=92 > ----8<---- > > Signed-off-by: Alexandre Raymond > --- > =A0qemu-common.h | =A0 =A01 + > =A01 files changed, 1 insertions(+), 0 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan