diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-12-29 12:34:16 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-12-29 12:34:16 +0000 |
commit | 1df19ae3bc99e5afc9839a59fbcefee4297017d4 (patch) | |
tree | a958a6a40a0d581abd3fbe87423bb512e996af41 /source3/locking | |
parent | b26a147f04d5454c70ef76df126101d19b35ee8a (diff) | |
download | samba-1df19ae3bc99e5afc9839a59fbcefee4297017d4.tar.gz samba-1df19ae3bc99e5afc9839a59fbcefee4297017d4.tar.xz 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.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! */ |