diff options
Diffstat (limited to 'net/ja-samba/patches/patch-ai')
-rw-r--r-- | net/ja-samba/patches/patch-ai | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ja-samba/patches/patch-ai b/net/ja-samba/patches/patch-ai index 36f4e82e911..61b75a23d8f 100644 --- a/net/ja-samba/patches/patch-ai +++ b/net/ja-samba/patches/patch-ai @@ -1,10 +1,10 @@ -$NetBSD: patch-ai,v 1.1.1.1 2002/06/25 15:31:34 taca Exp $ +$NetBSD: patch-ai,v 1.2 2002/07/07 14:36:45 taca Exp $ ---- profile/profile.c.orig Fri Nov 9 18:27:26 2001 +--- profile/profile.c.orig Fri Jun 7 20:08:25 2002 +++ profile/profile.c -@@ -24,7 +24,7 @@ +@@ -22,7 +22,7 @@ - extern int DEBUGLEVEL; + #include "includes.h" -#define IPC_PERMS ((SHM_R | SHM_W) | (SHM_R>>3) | (SHM_R>>6)) +#define IPC_PERMS ((S_IRUSR | S_IWUSR) | S_IRGRP | S_IROTH) |