fatal-signal: SIGPIPE for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Feb 2014 18:44:46 +0000 (10:44 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Feb 2014 20:40:30 +0000 (12:40 -0800)
commit8a777cf663fc9c6fb3789a3fecebbe615eef8b33
tree9ec17456ee8169c9e1cbd9c06d72c333eef582ad
parent0c10054023f8445ae698b650b4e901924a1cc194
fatal-signal: SIGPIPE for Windows.

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 <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
12 files changed:
lib/fatal-signal.c
lib/fatal-signal.h
ovsdb/ovsdb-client.c
ovsdb/ovsdb-server.c
ovsdb/ovsdb-tool.c
tests/test-controller.c
tests/test-vconn.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c
utilities/ovs-vsctl.c
vswitchd/ovs-vswitchd.c
vtep/vtep-ctl.c