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: Thu, 10 Jun 2010 11:42:15 +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>
Acked-by: Andreas Faerber <address@hidden>
Acked-by: Juan Quintela <address@hidden>
Acked-by: Richard Henderson <address@hidden>
---
 vl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 6d08ec8..55fc527 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]