summaryrefslogtreecommitdiff
path: root/net/ja-samba/patches/patch-ai
blob: 36f4e82e911331f5f5b2a3ee81f1378ed97d1ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1.1.1 2002/06/25 15:31:34 taca Exp $

--- profile/profile.c.orig	Fri Nov  9 18:27:26 2001
+++ profile/profile.c
@@ -24,7 +24,7 @@
 
 extern int DEBUGLEVEL;
 
-#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;