From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBO44-0000SU-Fk for qemu-devel@nongnu.org; Tue, 02 Jun 2009 03:05:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBO3z-0000RB-Fo for qemu-devel@nongnu.org; Tue, 02 Jun 2009 03:05:40 -0400 Received: from [199.232.76.173] (port=37540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBO3z-0000R6-Av for qemu-devel@nongnu.org; Tue, 02 Jun 2009 03:05:35 -0400 Received: from mx20.gnu.org ([199.232.41.8]:6655) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBO3y-0004ZH-NN for qemu-devel@nongnu.org; Tue, 02 Jun 2009 03:05:34 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBO3x-0003iy-Es for qemu-devel@nongnu.org; Tue, 02 Jun 2009 03:05:33 -0400 From: Gerd Hoffmann Date: Tue, 2 Jun 2009 09:05:24 +0200 Message-Id: <1243926324-13133-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, xen-devel@lists.xensource.com Cc: =?utf-8?q?Andreas=20F=C3=A4rber?= , Gerd Hoffmann Drop them to make qemu build on OpenSolaris. Cc: Andreas F=C3=A4rber Signed-off-by: Gerd Hoffmann --- hw/xen_nic.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/xen_nic.c b/hw/xen_nic.c index 8abe319..1d91e62 100644 --- a/hw/xen_nic.c +++ b/hw/xen_nic.c @@ -33,8 +33,6 @@ #include #include #include -#include -#include =20 #include #include --=20 1.6.2.2