diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/sem.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -130,8 +130,6 @@ struct sem_undo_list { | |||
130 | 130 | ||
131 | #define sem_ids(ns) ((ns)->ids[IPC_SEM_IDS]) | 131 | #define sem_ids(ns) ((ns)->ids[IPC_SEM_IDS]) |
132 | 132 | ||
133 | #define sem_checkid(sma, semid) ipc_checkid(&sma->sem_perm, semid) | ||
134 | |||
135 | static int newary(struct ipc_namespace *, struct ipc_params *); | 133 | static int newary(struct ipc_namespace *, struct ipc_params *); |
136 | static void freeary(struct ipc_namespace *, struct kern_ipc_perm *); | 134 | static void freeary(struct ipc_namespace *, struct kern_ipc_perm *); |
137 | #ifdef CONFIG_PROC_FS | 135 | #ifdef CONFIG_PROC_FS |