From: Greg Farnum Date: Wed, 4 Oct 2017 00:06:54 +0000 (-0700) Subject: Revert "REVERT msgr: force use of the SIGPIPE stopper for testing" X-Git-Tag: v13.0.1~667^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0e15cab5c4bf9c5196a30a19cadd090fd4483239;p=ceph.git Revert "REVERT msgr: force use of the SIGPIPE stopper for testing" This reverts commit a76181df4a71ad15aee8dd2e4adcebce8330fae4. Signed-off-by: Greg Farnum --- diff --git a/src/include/sock_compat.h b/src/include/sock_compat.h index 476b75caab53..f9dc24b1ddc6 100644 --- a/src/include/sock_compat.h +++ b/src/include/sock_compat.h @@ -14,7 +14,6 @@ /* * On BSD SO_NOSIGPIPE can be set via setsockopt to block SIGPIPE. */ -#undef MSG_NOSIGNAL #ifndef MSG_NOSIGNAL # define MSG_NOSIGNAL 0 # ifdef SO_NOSIGPIPE