Re: [ovs-dev] [PATCH 02/14] socket-util: set_nonblocking for Windows.

2014-02-20 Thread Ben Pfaff
On Wed, Feb 19, 2014 at 03:36:13PM -0800, Gurucharan Shetty wrote: > Co-authored-by: Linda Sun > Signed-off-by: Linda Sun > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/l

[ovs-dev] [PATCH 02/14] socket-util: set_nonblocking for Windows.

2014-02-19 Thread Gurucharan Shetty
Co-authored-by: Linda Sun Signed-off-by: Linda Sun Signed-off-by: Gurucharan Shetty --- lib/socket-util.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/socket-util.c b/lib/socket-util.c index 0195093..bfa2ce8 100644 --- a/lib/socket-util.c +++ b/lib/socket-util.c @@ -73,