Re: [ovs-dev] [PATCH 14/14] socket-util: af_inet_ioctl() for Windows.

2014-02-20 Thread Ben Pfaff
On Wed, Feb 19, 2014 at 03:36:25PM -0800, Gurucharan Shetty wrote: > There is no direct mapping for the ioctl function in > Windows. As of now, af_inet_ioctl() is being used for Linux > and BSD. So, don't try to compile it for Windows. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff

[ovs-dev] [PATCH 14/14] socket-util: af_inet_ioctl() for Windows.

2014-02-19 Thread Gurucharan Shetty
There is no direct mapping for the ioctl function in Windows. As of now, af_inet_ioctl() is being used for Linux and BSD. So, don't try to compile it for Windows. Signed-off-by: Gurucharan Shetty --- lib/socket-util.c |2 ++ lib/socket-util.h |2 ++ 2 files changed, 4 insertions(+) dif