socket-util: af_inet_ioctl() for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 19 Feb 2014 20:41:04 +0000 (12:41 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 21 Feb 2014 16:25:42 +0000 (08:25 -0800)
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 <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found