qemu-devel
[Top][All Lists]
Advanced

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

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


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 01/17] vl.c: Remove double include of netinet/in.h for Solaris
Date: Sun, 6 Jun 2010 13:13:29 +0200

Am 04.06.2010 um 18:08 schrieb address@hidden:

From: Jes Sorensen <address@hidden>

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

Signed-off-by: Jes Sorensen <address@hidden>

Acked-by: Andreas Faerber <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]