qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 6379840] xen: net backend doesn't need linux head


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 6379840] xen: net backend doesn't need linux headers.
Date: Mon, 08 Jun 2009 13:03:19 -0000

From: Gerd Hoffmann <address@hidden>

Drop them to make qemu build on OpenSolaris.

Cc: Andreas Färber <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>

diff --git a/hw/xen_nic.c b/hw/xen_nic.c
index 2364e82..048d865 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>




reply via email to

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