From 0e15cab5c4bf9c5196a30a19cadd090fd4483239 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 3 Oct 2017 17:06:54 -0700 Subject: [PATCH] Revert "REVERT msgr: force use of the SIGPIPE stopper for testing" This reverts commit a76181df4a71ad15aee8dd2e4adcebce8330fae4. Signed-off-by: Greg Farnum --- src/include/sock_compat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/sock_compat.h b/src/include/sock_compat.h index 476b75caab5..f9dc24b1ddc 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 -- 2.39.5