Re: [ovs-dev] [PATCH] ovn: Fix windows build.

2016-03-23 Thread Russell Bryant
On Wed, Mar 23, 2016 at 4:15 PM, Ben Pfaff wrote: > On Wed, Mar 23, 2016 at 04:04:34PM -0400, Russell Bryant wrote: > > AppVeyor reports that the windows build fails because HOST_NAME_MAX is > > not defined. > > > > Fixes: 2229f3ecc136 ("ovn: Add hostname to Chassis.") > > Reported-at: https://ci

Re: [ovs-dev] [PATCH] ovn: Fix windows build.

2016-03-23 Thread Ben Pfaff
On Wed, Mar 23, 2016 at 04:04:34PM -0400, Russell Bryant wrote: > AppVeyor reports that the windows build fails because HOST_NAME_MAX is > not defined. > > Fixes: 2229f3ecc136 ("ovn: Add hostname to Chassis.") > Reported-at: https://ci.appveyor.com/project/blp/ovs/build/1.0.1472 > Signed-off-by: R

[ovs-dev] [PATCH] ovn: Fix windows build.

2016-03-23 Thread Russell Bryant
AppVeyor reports that the windows build fails because HOST_NAME_MAX is not defined. Fixes: 2229f3ecc136 ("ovn: Add hostname to Chassis.") Reported-at: https://ci.appveyor.com/project/blp/ovs/build/1.0.1472 Signed-off-by: Russell Bryant --- ovn/controller/chassis.c | 5 + 1 file changed, 5 in