$NetBSD: patch-ac,v 1.1.1.1 2004/01/11 00:41:13 jlam Exp $ --- profile/profile.c.orig Wed Oct 9 22:27:22 2002 +++ profile/profile.c Fri Oct 18 13:02:32 2002 @@ -23,7 +23,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) static int shm_id; static BOOL read_only;