summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-08-03 19:07:26 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2008-08-03 19:07:26 +0000
commit7bb87a43a7462dcf44b7aabaf175fc621e9e71c3 (patch)
tree1fe6d30981fd8350f2a1fd5b80e8cb5ed9bea16b
parent665c887871534907014e7c0c049e8ec23e057f94 (diff)
* glue-include/linux/socket.h (MSG_NOSIGNAL): Remove macro.
-rw-r--r--pfinet/ChangeLog4
-rw-r--r--pfinet/glue-include/linux/socket.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index eb541fe4..8243a77a 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * glue-include/linux/socket.h (MSG_NOSIGNAL): Remove macro.
+
2008-06-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
* glue-include/linux/if.h (IFF_DYNAMIC): Remove macro.
diff --git a/pfinet/glue-include/linux/socket.h b/pfinet/glue-include/linux/socket.h
index 82806d9d..3f2a7971 100644
--- a/pfinet/glue-include/linux/socket.h
+++ b/pfinet/glue-include/linux/socket.h
@@ -75,7 +75,6 @@ put_cmsg(struct msghdr *msg, int level, int type, int len, void *data)
{ return 0; }
#endif
-#define MSG_NOSIGNAL 0
#define MSG_ERRQUEUE 0
/* There is no SOCK_PACKET, it is a bad bad thing. This chicanery is