On Wed, Feb 19, 2014 at 03:36:16PM -0800, Gurucharan Shetty wrote:
> Couple of return values need changes.
> * EAI_NODATA is the same as EAI_NONAME. So we prevent duplicate cases.
> * Windows does not have a EAI_SYSTEM.
> 
> Signed-off-by: Gurucharan Shetty <[email protected]>

To make this a little less Win32 specific, can we use "#if
defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME" instead of adding the
#ifndef _WIN32?

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to