summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-ae')
-rw-r--r--net/samba/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/samba/patches/patch-ae b/net/samba/patches/patch-ae
new file mode 100644
index 00000000000..b69f89737f2
--- /dev/null
+++ b/net/samba/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.6 2004/01/11 02:26:31 jlam Exp $
+
+--- profile/profile.c.orig Sat Jun 7 13:57:36 2003
++++ 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