summaryrefslogtreecommitdiff
path: root/media-sound/poc/files/poc-0.4.1-file-perms.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/poc/files/poc-0.4.1-file-perms.patch')
-rw-r--r--media-sound/poc/files/poc-0.4.1-file-perms.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/poc/files/poc-0.4.1-file-perms.patch b/media-sound/poc/files/poc-0.4.1-file-perms.patch
index ee23d90ab82b..71360341f0cf 100644
--- a/media-sound/poc/files/poc-0.4.1-file-perms.patch
+++ b/media-sound/poc/files/poc-0.4.1-file-perms.patch
@@ -1,7 +1,7 @@
Creating mp3 files with u+x attributes is just silly
---- file.c
-+++ file.c
+--- a/file.c
++++ b/file.c
@@ -136,3 +136,3 @@
file->fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC,
- S_IRWXU | S_IRGRP | S_IROTH);