From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqgei-0005js-64 for qemu-devel@nongnu.org; Thu, 03 Jan 2013 04:00:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqged-0006t6-TW for qemu-devel@nongnu.org; Thu, 03 Jan 2013 04:00:02 -0500 Date: Thu, 3 Jan 2013 09:59:46 +0100 From: Stefan Hajnoczi Message-ID: <20130103085946.GA11586@stefanha-thinkpad.muc.redhat.com> References: <1355986241-32461-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1355986241-32461-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] pseries: Remove unneeded include statement (fixes MinGW builds) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, David Gibson , qemu-ppc@nongnu.org, Alexander Graf , qemu-devel@nongnu.org On Thu, Dec 20, 2012 at 07:50:41AM +0100, Stefan Weil wrote: > sys/mman.h is not needed (tested on Linux) and unavailable for MinGW, > so remove it. > > Signed-off-by: Stefan Weil > --- > hw/spapr_nvram.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I audited the code and cannot see anything that would require . Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan