From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqgjW-0007cb-Fy for qemu-devel@nongnu.org; Thu, 03 Jan 2013 04:05:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqgjQ-0008F7-NW for qemu-devel@nongnu.org; Thu, 03 Jan 2013 04:05:02 -0500 Date: Thu, 3 Jan 2013 10:04:44 +0100 From: Stefan Hajnoczi Message-ID: <20130103090444.GD11586@stefanha-thinkpad.muc.redhat.com> References: <1356479389-1967-1-git-send-email-maillist-qemu@barfooze.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1356479389-1967-1-git-send-email-maillist-qemu@barfooze.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] linux-user/syscall.c: remove forward declarations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Spencer Cc: qemu-trivial@nongnu.org, sw@weilnetz.de, qemu-devel@nongnu.org On Wed, Dec 26, 2012 at 12:49:49AM +0100, John Spencer wrote: > instead use the correct headers that define these functions. > > Requested-by: Stefan Weil > Signed-off-by: John Spencer > --- > linux-user/syscall.c | 8 +++----- > 1 files changed, 3 insertions(+), 5 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan