diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-06-02 09:05:24 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-06 18:48:50 +0300 |
commit | 6379840fc80f6a529aa8c3cc7aeae047a4c62699 (patch) | |
tree | 87a5055d48bb33aacb9eff0a5465dddbaaa13147 /hw/xen_nic.c | |
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>
Diffstat (limited to 'hw/xen_nic.c')
-rw-r--r-- | 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 2364e823d4..048d86568b 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> |