diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:09:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:09:29 +0000 |
commit | ecfe89622d91d2325a2904c0582e29b57711f45b (patch) | |
tree | d69e7c577fa10baaaa16d35b3b1b3970043278e6 /include/linux/msg.h | |
parent | 32b3fe8f5662c26a6097927047c5ce493be88615 (diff) |
Cleanup ...
Diffstat (limited to 'include/linux/msg.h')
-rw-r--r-- | include/linux/msg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h index deda19265..d63a388ca 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h @@ -3,10 +3,6 @@ #include <linux/ipc.h> -/* ipcs ctl commands */ -#define MSG_STAT 11 -#define MSG_INFO 12 - /* msgrcv options */ #define MSG_NOERROR 010000 /* no error if message is too big */ #define MSG_EXCEPT 020000 /* recv any msg except of specified type.*/ |