diff options
Diffstat (limited to 'source3/locking/shmem_sysv.c')
-rw-r--r-- | source3/locking/shmem_sysv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/shmem_sysv.c b/source3/locking/shmem_sysv.c index 665cd8e7b4d..6b5d9b1ea68 100644 --- a/source3/locking/shmem_sysv.c +++ b/source3/locking/shmem_sysv.c @@ -39,6 +39,7 @@ extern int DEBUGLEVEL; #define IPC_PERMS 0644 #endif + #ifdef SECURE_SEMAPHORES /* secure semaphores are slow because we have to do a become_root() on every call! */ |