On Thu, Feb 20, 2014 at 1:41 PM, Ben Pfaff <b...@nicira.com> wrote: > 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 <gshe...@nicira.com> > > 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? Yes. I will make the change and push. > > Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
- [ovs-dev] [PATCH 11/14] socket-util: fsync directory for... Gurucharan Shetty
- [ovs-dev] [PATCH 08/14] socket-util: Unix socket related... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 08/14] socket-util: Unix socke... Ben Pfaff
- Re: [ovs-dev] [PATCH 08/14] socket-util: Unix s... Gurucharan Shetty
- [ovs-dev] [PATCH 09/14] socket-util: closesocket() for W... Gurucharan Shetty
- [ovs-dev] [PATCH 05/14] socket-util: getaddrinfo return ... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 05/14] socket-util: getaddrinf... Ben Pfaff
- Re: [ovs-dev] [PATCH 05/14] socket-util: getadd... Gurucharan Shetty
- [ovs-dev] [PATCH 04/14] socket-util: inet_aton for Windo... Gurucharan Shetty
- [ovs-dev] [PATCH 14/14] socket-util: af_inet_ioctl() for... Gurucharan Shetty
- [ovs-dev] [PATCH 12/14] socket-util: getsockopt for Wind... Gurucharan Shetty
- [ovs-dev] [PATCH 06/14] socket-util: poll() for Windows. Gurucharan Shetty
- Re: [ovs-dev] [PATCH 06/14] socket-util: poll() for... Ben Pfaff
- Re: [ovs-dev] [PATCH 06/14] socket-util: poll()... Gurucharan Shetty