diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/esound/files/patch-esd.c | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363157
Diffstat (limited to 'audio/esound/files/patch-esd.c')
-rw-r--r-- | audio/esound/files/patch-esd.c | 15 |
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 |