Re: [ovs-dev] [PATCH] netdev-bsd: Remove duplicate header inclusion of

2015-04-15 Thread Ben Pfaff
On Wed, Apr 15, 2015 at 04:04:11PM +0900, YAMAMOTO Takashi wrote: > > Hi, > > > > This patch removes duplicate header inclusion of . > > > > Signed-off-by: Kevin Lo > > Acked-by: YAMAMOTO Takashi Thanks Kevin and Yamamoto-san, I applied this to master.

Re: [ovs-dev] [PATCH] netdev-bsd: Remove duplicate header inclusion of

2015-04-15 Thread YAMAMOTO Takashi
> Hi, > > This patch removes duplicate header inclusion of . > > Signed-off-by: Kevin Lo Acked-by: YAMAMOTO Takashi > > --- > 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 >

[ovs-dev] [PATCH] netdev-bsd: Remove duplicate header inclusion of

2015-04-15 Thread Kevin Lo
Hi, This patch removes duplicate header inclusion of . Signed-off-by: Kevin Lo --- 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 #if defined(__NetBSD__) #include -#include #include