summaryrefslogtreecommitdiff
path: root/include/linux/msg.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-04-12 05:30:08 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-04-12 05:30:08 -0700
commit3e12535b29a4ab4e294c9125a462d1f0d0a8d08b (patch)
tree2f4063de216f4c8cb83cf51754b25c98f540000a /include/linux/msg.h
parent99d6df732eae67df97bb24d898a730ad252a41cf (diff)
parenteb880e5457f8b4a61ff7fd36d47dd14fe51cb030 (diff)
Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6
into nuts.davemloft.net:/disk1/BK/sparc-2.6
Diffstat (limited to 'include/linux/msg.h')
-rw-r--r--include/linux/msg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h
index b235e862a3dd..2c4c6aa643ff 100644
--- a/include/linux/msg.h
+++ b/include/linux/msg.h
@@ -74,9 +74,6 @@ struct msg_msg {
/* the actual message follows immediately */
};
-#define DATALEN_MSG (PAGE_SIZE-sizeof(struct msg_msg))
-#define DATALEN_SEG (PAGE_SIZE-sizeof(struct msg_msgseg))
-
/* one msq_queue structure for each present queue on the system */
struct msg_queue {
struct kern_ipc_perm q_perm;