summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-12-29 12:34:16 +0000
committerAndrew Tridgell <tridge@samba.org>1997-12-29 12:34:16 +0000
commit1df19ae3bc99e5afc9839a59fbcefee4297017d4 (patch)
treea958a6a40a0d581abd3fbe87423bb512e996af41 /source3/locking
parentb26a147f04d5454c70ef76df126101d19b35ee8a (diff)
downloadsamba-1df19ae3bc99e5afc9839a59fbcefee4297017d4.tar.gz
samba-1df19ae3bc99e5afc9839a59fbcefee4297017d4.tar.bz2
samba-1df19ae3bc99e5afc9839a59fbcefee4297017d4.zip
a dummy change to shmem_sysv.c to try and break CVS out of a problem
with the ntdom branch (This used to be commit 213c3a4ed27cdc689e941b9a6d70e02e8b7dedd4)
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/shmem_sysv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/shmem_sysv.c b/source3/locking/shmem_sysv.c
index 665cd8e7b4..6b5d9b1ea6 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! */