* [PATCH 09/13] Add posix SHUT_RD/SHUT_WR/SHUT_RDWR macros
@ 2009-11-24 2:25 Arnaud Lacombe
0 siblings, 0 replies; only message in thread
From: Arnaud Lacombe @ 2009-11-24 2:25 UTC (permalink / raw)
To: mcgrof; +Cc: linux-wireless, lrodriguez
Added on commit 91cf45f0 by Trond Myklebust in include/linux/net.h.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
compat-2.6.24.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/compat-2.6.24.h b/compat-2.6.24.h
index d8f7c2c..68d33c7 100644
--- a/compat-2.6.24.h
+++ b/compat-2.6.24.h
@@ -10,6 +10,13 @@
/* Added on 2.6.24 in include/linux/types.h by Al viro on commit
142956af */
typedef unsigned long uintptr_t;
+/* From include/linux/net.h */
+enum sock_shutdown_cmd {
+ SHUT_RD = 0,
+ SHUT_WR = 1,
+ SHUT_RDWR = 2,
+};
+
#if (LINUX_VERSION_CODE == KERNEL_VERSION(2,6,23)) /* Local check */
/* Added as of 2.6.24 in include/linux/skbuff.h.
*
--
1.6.3.3.385.g60647.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-24 2:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 2:25 [PATCH 09/13] Add posix SHUT_RD/SHUT_WR/SHUT_RDWR macros Arnaud Lacombe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).