summaryrefslogtreecommitdiff
path: root/audio/esound/files/patch-esd.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound/files/patch-esd.c')
-rw-r--r--audio/esound/files/patch-esd.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/esound/files/patch-esd.c b/audio/esound/files/patch-esd.c
new file mode 100644
index 000000000000..43ae57690eb0
--- /dev/null
+++ b/audio/esound/files/patch-esd.c
@@ -0,0 +1,15 @@
+--- esd.c.orig Tue Nov 28 13:27:30 2000
++++ esd.c Fri Dec 1 15:12:41 2000
+@@ -212,8 +212,8 @@
+ #define ESD_UNIX_SOCKET_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|\
+- S_IRGRP|S_IWGRP|S_IXGRP|\
+- S_IROTH|S_IWOTH|S_IXOTH|S_ISVTX)
++ S_IRGRP|S_IXGRP|\
++ S_IROTH|S_IXOTH|S_ISVTX)
+ #else
+ #define ESD_UNIX_SOCKET_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|\
+- S_IRGRP|S_IWGRP|S_IXGRP|\
+- S_IROTH|S_IWOTH|S_IXOTH)
++ S_IRGRP|S_IXGRP|\
++ S_IROTH|S_IXOTH)
+ #endif