From b262548fec09659f46839dcf4c079176775f0871 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 23 Dec 2004 18:45:36 +0000 Subject: r4348: syncing up for 3.0.11pre1 --- source/profile/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/profile') diff --git a/source/profile/profile.c b/source/profile/profile.c index 689f67da997..e6d34e68cda 100644 --- a/source/profile/profile.c +++ b/source/profile/profile.c @@ -22,7 +22,7 @@ #include "includes.h" #ifdef WITH_PROFILE -#define IPC_PERMS ((SHM_R | SHM_W) | (SHM_R>>3) | (SHM_R>>6)) +#define IPC_PERMS ((S_IRUSR | S_IWUSR) | S_IRGRP | S_IROTH) #endif /* WITH_PROFILE */ #ifdef WITH_PROFILE -- cgit