[ovs-dev] [PATCH] netdev-bsd: Remove duplicate header inclusion of <netinet/in.h>

Kevin Lo kevlo at FreeBSD.org
Wed Apr 15 06:58:39 UTC 2015


Hi,

This patch removes duplicate header inclusion of <netinet/in.h>.

Signed-off-by: Kevin Lo <kevlo at FreeBSD.org>

---
diff --git a/lib/netdev-bsd.c b/lib/netdev-bsd.c
index 9ed2823..541e5ec 100644
--- a/lib/netdev-bsd.c
+++ b/lib/netdev-bsd.c
@@ -42,7 +42,6 @@
 #include <sys/sysctl.h>
 #if defined(__NetBSD__)
 #include <net/route.h>
-#include <netinet/in.h>
 #include <netinet/if_inarp.h>
 #endif
 



More information about the dev mailing list