Remove superfluous NOTIFY_COOKIE_LEN define
authorMichal Wronski <Michal.Wronski@motorola.com>
Tue, 21 Mar 2006 23:34:37 +0000 (00:34 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 21 Mar 2006 23:34:37 +0000 (00:34 +0100)
NOTIFY_COOKIE_LEN is defined in mqueue.h as well as mqueue.c
This patch removes redundant definition from mqueue.c

Signed-off-by: Michal Wronski <Michal.Wronski@motorola.com>
Signed-Off-By: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
ipc/mqueue.c

index fd2e26b..85c52fd 100644 (file)
@@ -51,7 +51,6 @@
 #define HARD_MSGMAX    (131072/sizeof(void*))
 #define DFLT_MSGSIZEMAX 8192   /* max message size */
 
-#define NOTIFY_COOKIE_LEN      32
 
 struct ext_wait_queue {                /* queue of sleeping tasks */
        struct task_struct *task;