Re: [ovs-dev] [PATCH 5/5] fatal-signal: SIGPIPE for Windows.

2014-02-26 Thread Ben Pfaff
On Wed, Feb 26, 2014 at 10:52:00AM -0800, Gurucharan Shetty wrote: > Windows does not have a SIGPIPE. We ignore SIGPIPE for > Linux. To compile on Windows, carve out a new function > to ignore SIGPIPE on Linux. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH 5/5] fatal-signal: SIGPIPE for Windows.

2014-02-26 Thread Gurucharan Shetty
Windows does not have a SIGPIPE. We ignore SIGPIPE for Linux. To compile on Windows, carve out a new function to ignore SIGPIPE on Linux. Signed-off-by: Gurucharan Shetty --- lib/fatal-signal.c |8 lib/fatal-signal.h |1 + ovsdb/ovsdb-client.c|3 ++- ovsdb/ovsd