Re: [ovs-dev] [PATCH 2/2] netdev-bsd: ioctl "cmd" is unsigned long, not int

2013-08-12 Thread Ben Pfaff
On Tue, Aug 13, 2013 at 07:20:22AM +0900, y...@mwd.biglobe.ne.jp wrote: > From: YAMAMOTO Takashi > > Signed-off-by: YAMAMOTO Takashi Both patch applied, thank you. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 2/2] netdev-bsd: ioctl "cmd" is unsigned long, not int

2013-08-12 Thread yamt
From: YAMAMOTO Takashi Signed-off-by: YAMAMOTO Takashi --- lib/netdev-bsd.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/netdev-bsd.c b/lib/netdev-bsd.c index f6d066b..50fb520 100644 --- a/lib/netdev-bsd.c +++ b/lib/netdev-bsd.c @@ -133,7 +133,7 @@ static voi