projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
15d1646
)
Fix for OSX
author
Brian Aker
<brian@tangent.org>
Mon, 29 Oct 2012 18:02:56 +0000
(14:02 -0400)
committer
Brian Aker
<brian@tangent.org>
Mon, 29 Oct 2012 18:02:56 +0000
(14:02 -0400)
libtest/client.cc
patch
|
blob
|
history
diff --git
a/libtest/client.cc
b/libtest/client.cc
index d83781914cc60151380c009fedaa246b351e060e..fa3fcbdb1cedbaab974fff5966fbc4bb8fe88b48 100644
(file)
--- a/
libtest/client.cc
+++ b/
libtest/client.cc
@@
-47,6
+47,9
@@
#include <unistd.h>
#include <string>
+#ifndef HAVE_MSG_NOSIGNAL
+# define MSG_NOSIGNAL 0
+#endif
namespace libtest {