Re: [ovs-dev] [PATCH 3/9] ovs-ofctl: Use fcntl instead of sys/fcntl.

2014-03-17 Thread Ben Pfaff
On Fri, Mar 14, 2014 at 08:18:40AM -0700, Gurucharan Shetty wrote: > Windows does not have a sys/fcntl.h > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 3/9] ovs-ofctl: Use fcntl instead of sys/fcntl.

2014-03-14 Thread Gurucharan Shetty
Windows does not have a sys/fcntl.h Signed-off-by: Gurucharan Shetty --- utilities/ovs-ofctl.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index e62e646..8ae7c34 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.