qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] xen: net backend doesn't need linux headers.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers.
Date: Tue, 2 Jun 2009 09:05:24 +0200

Drop them to make qemu build on OpenSolaris.

Cc: Andreas Färber <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]