summaryrefslogtreecommitdiff
path: root/sysutils/dptutil/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dptutil/patches/patch-al')
-rw-r--r--sysutils/dptutil/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/dptutil/patches/patch-al b/sysutils/dptutil/patches/patch-al
new file mode 100644
index 00000000000..eeb93cf0dd1
--- /dev/null
+++ b/sysutils/dptutil/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2003/01/27 23:39:04 ad Exp $
+
+--- dpteng/sharmem.c.orig Fri Dec 13 14:15:20 2002
++++ dpteng/sharmem.c Fri Dec 13 14:15:29 2002
+@@ -82,7 +82,7 @@
+ /* Get The Shared Memory Segment */
+
+ BufferID = shmget(IPC_PRIVATE,(int)TotalSize,
+- SHM_ALLRD | SHM_ALLWR | IPC_CREAT);
++ SHM_URD | SHM_UWR | IPC_CREAT);
+
+ /* If We Got The Segment, Try To Attach To It */
+