diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/shm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ static int newseg(struct ipc_namespace *ns, struct ipc_params *params) | |||
347 | struct file * file; | 347 | struct file * file; |
348 | char name[13]; | 348 | char name[13]; |
349 | int id; | 349 | int id; |
350 | int acctflag = 0; | 350 | vm_flags_t acctflag = 0; |
351 | 351 | ||
352 | if (size < SHMMIN || size > ns->shm_ctlmax) | 352 | if (size < SHMMIN || size > ns->shm_ctlmax) |
353 | return -EINVAL; | 353 | return -EINVAL; |