From 1df19ae3bc99e5afc9839a59fbcefee4297017d4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Dec 1997 12:34:16 +0000 Subject: 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) --- source3/locking/shmem_sysv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/locking/shmem_sysv.c') 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! */ -- cgit