qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 01/17] vl.c: Remove double include of netinet/in.h f


From: Jes . Sorensen
Subject: [Qemu-devel] [PATCH 01/17] vl.c: Remove double include of netinet/in.h for Solaris
Date: Fri, 4 Jun 2010 15:24:26 +0200

From: Jes Sorensen <address@hidden>

vl.c: netinet/in.h is already included once above for the

Signed-off-by: Jes Sorensen <address@hidden>
---
 vl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 417554f..7c4298a 100644
--- a/vl.c
+++ b/vl.c
@@ -70,7 +70,6 @@
 #include <sys/ethernet.h>
 #include <sys/sockio.h>
 #include <netinet/arp.h>
-#include <netinet/in.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/ip_icmp.h> // must come after ip.h
-- 
1.6.5.2




reply via email to

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