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

YAMAMOTO Takashi yamamoto at valinux.co.jp
Wed Apr 15 07:04:11 UTC 2015


> Hi,
> 
> This patch removes duplicate header inclusion of <netinet/in.h>.
> 
> Signed-off-by: Kevin Lo <kevlo at FreeBSD.org>

Acked-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>

> 
> ---
> 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