qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers.
@ 2009-06-02  7:05 Gerd Hoffmann
  2009-06-06 15:52 ` Blue Swirl
  0 siblings, 1 reply; 8+ messages in thread
From: Gerd Hoffmann @ 2009-06-02  7:05 UTC (permalink / raw)
  To: qemu-devel, xen-devel; +Cc: Andreas Färber, Gerd Hoffmann

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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-06-13 12:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02  7:05 [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers Gerd Hoffmann
2009-06-06 15:52 ` 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

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).