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
___
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