Resolve SIGPIPE issues on NetBSD
commit8c2dbc93f3a765e8c05827cf47c44b3f15dd1bbb
authorOlly Betts <olly@survex.com>
Fri, 5 Apr 2024 03:37:41 +0000 (5 16:37 +1300)
committerOlly Betts <olly@survex.com>
Fri, 5 Apr 2024 03:37:41 +0000 (5 16:37 +1300)
tree04ccc11da806623a99be62c5a39ffb9bfa984438
parent20364015465f50036339758f3ab2466e72355514
Resolve SIGPIPE issues on NetBSD

These seem to be due to SO_NOSIGPIPE not working correctly there so
use MSG_NOSIGNAL instead for NetBSD.
xapian-core/backends/remote/remote-database.cc
xapian-core/net/remoteconnection.cc
xapian-core/net/remoteconnection.h
xapian-core/tests/api_closedb.cc
xapian-core/tests/api_db.cc