diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /include/linux/ipc.h | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'include/linux/ipc.h')
-rw-r--r-- | include/linux/ipc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ipc.h b/include/linux/ipc.h index 851ff4cef..56bcb9780 100644 --- a/include/linux/ipc.h +++ b/include/linux/ipc.h @@ -38,10 +38,12 @@ struct ipc_perm #ifdef __KERNEL__ -/* special shmsegs[id], msgque[id] or semary[id] values */ +/* special shmsegs[id] values */ #define IPC_UNUSED ((void *) -1) #define IPC_NOID ((void *) -2) /* being allocated/destroyed */ +#define IPCMNI 32768 /* <= MAX_INT limit for ipc arrays (including sysctl changes) */ + #endif /* __KERNEL__ */ #endif /* _LINUX_IPC_H */ |