Re: [ovs-dev] [PATCH] windows/sys: Define sa_family_t for easy compilation.

2014-03-13 Thread Ben Pfaff
On Thu, Mar 13, 2014 at 01:21:38PM -0700, Gurucharan Shetty wrote: > On Thu, Mar 13, 2014 at 8:49 AM, Ben Pfaff wrote: > > On Wed, Mar 12, 2014 at 11:21:23AM -0700, Gurucharan Shetty wrote: > >> Signed-off-by: Gurucharan Shetty > > > > Does Windows get a definition of "struct sockaddr" from somew

Re: [ovs-dev] [PATCH] windows/sys: Define sa_family_t for easy compilation.

2014-03-13 Thread Gurucharan Shetty
On Thu, Mar 13, 2014 at 8:49 AM, Ben Pfaff wrote: > On Wed, Mar 12, 2014 at 11:21:23AM -0700, Gurucharan Shetty wrote: >> Signed-off-by: Gurucharan Shetty > > Does Windows get a definition of "struct sockaddr" from somewhere else, > then? I'm surprised that this header doesn't need to #include w

Re: [ovs-dev] [PATCH] windows/sys: Define sa_family_t for easy compilation.

2014-03-13 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 11:21:23AM -0700, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty Does Windows get a definition of "struct sockaddr" from somewhere else, then? I'm surprised that this header doesn't need to #include whatever that header is. ___