]> git.ipfire.org Git - thirdparty/suricata.git/commit
unix-socket: fix OSX build 391/head
authorEric Leblond <eric@regit.org>
Tue, 18 Jun 2013 08:57:19 +0000 (10:57 +0200)
committerEric Leblond <eric@regit.org>
Tue, 18 Jun 2013 08:57:19 +0000 (10:57 +0200)
commit929c05e23b8fb18e6ac90b7b2c81e70791f239f0
tree70a05dfa454e9c2cb20b76a13ef96610be59e9ee
parentfdbecb2e5b7b402fe7f9cf8c0d84b13362441a4c
unix-socket: fix OSX build

MSG_NOSIGNAL is not defined on macOSX and SO_NOSIGPIPE is used
instead.
src/unix-manager.c