commit | 6379840fc80f6a529aa8c3cc7aeae047a4c62699 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Jun 02 09:05:24 2009 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Jun 06 18:48:50 2009 +0300 |
tree | 87a5055d48bb33aacb9eff0a5465dddbaaa13147 | |
parent | eff442662d953da980891bc028b944f118c511f2 [diff] |
xen: net backend doesn't need linux headers. Drop them to make qemu build on OpenSolaris. Cc: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
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>