From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org, xen-devel@lists.xensource.com
Cc: "Andreas Färber" <andreas.faerber@web.de>,
"Gerd Hoffmann" <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers.
Date: Tue, 2 Jun 2009 09:05:24 +0200 [thread overview]
Message-ID: <1243926324-13133-1-git-send-email-kraxel@redhat.com> (raw)
Drop them to make qemu build on OpenSolaris.
Cc: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
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 <sys/stat.h>
#include <sys/mman.h>
#include <sys/wait.h>
-#include <linux/if.h>
-#include <linux/if_tun.h>
#include <xs.h>
#include <xenctrl.h>
--
1.6.2.2
next reply other threads:[~2009-06-02 7:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-02 7:05 Gerd Hoffmann [this message]
2009-06-06 15:52 ` [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers Blue Swirl
2009-06-06 19:43 ` Andreas Färber
2009-06-06 20:51 ` Andreas Färber
2009-06-07 6:56 ` Blue Swirl
2009-06-08 7:14 ` Gerd Hoffmann
2009-06-08 7:00 ` Gerd Hoffmann
2009-06-13 12:30 ` Andreas Färber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1243926324-13133-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=andreas.faerber@web.de \
--cc=qemu-devel@nongnu.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).