Re: [ovs-dev] [PATCH 05/14] socket-util: getaddrinfo return values for Windows.

2014-02-21 Thread Gurucharan Shetty
On Thu, Feb 20, 2014 at 1:41 PM, Ben Pfaff 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: Gu

Re: [ovs-dev] [PATCH 05/14] socket-util: getaddrinfo return values for Windows.

2014-02-20 Thread Ben Pfaff
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 To make this a little less Win32 specif