Skip to content

Commit

Permalink
Remove superfluous NOTIFY_COOKIE_LEN define
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-Off-By: Manfred Spraul <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
Michal Wronski authored and AdrianBunk committed Mar 21, 2006
1 parent d92bf25 commit a609164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipc/mqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a609164

Please sign in to comment.