diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-09 10:37:22 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-09 10:37:22 +0000 |
commit | 3b8bf8296bdb43005c2e621600c1e1d5797cf672 (patch) | |
tree | b662878424e5d10bf09ba7f1509507a527760c94 /audio/csound6/files/patch-InOut-rtalsa.c | |
parent | sysutils/geomWatch: unbreak build on 11.0C after base@284107 (diff) |
- Update to 6.05
- Regenerate patches to silence portlint warnings
PR: 200290
Submitted by: tkato432 at yahoo.com
Notes
Notes:
svn path=/head/; revision=388907
Diffstat (limited to 'audio/csound6/files/patch-InOut-rtalsa.c')
-rw-r--r-- | audio/csound6/files/patch-InOut-rtalsa.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/csound6/files/patch-InOut-rtalsa.c b/audio/csound6/files/patch-InOut-rtalsa.c index 952a11f4267d..933b53e5f83f 100644 --- a/audio/csound6/files/patch-InOut-rtalsa.c +++ b/audio/csound6/files/patch-InOut-rtalsa.c @@ -1,5 +1,5 @@ ---- InOut/rtalsa.c.orig 2011-12-22 19:41:53.000000000 +0900 -+++ InOut/rtalsa.c 2011-12-27 23:53:00.000000000 +0900 +--- InOut/rtalsa.c.orig 2015-04-25 19:06:22 UTC ++++ InOut/rtalsa.c @@ -23,6 +23,7 @@ 02111-1307 USA */ @@ -8,15 +8,15 @@ #ifndef _ISOC99_SOURCE #define _ISOC99_SOURCE 1 #endif -@@ -39,6 +40,7 @@ - #ifndef _POSIX_C_SOURCE - #define _POSIX_C_SOURCE 1 +@@ -32,6 +33,7 @@ + #ifndef _BSD_SOURCE + #define _BSD_SOURCE 1 #endif +*/ #include "csdl.h" -@@ -57,6 +59,8 @@ +@@ -50,6 +52,8 @@ #include <signal.h> #include <sys/mman.h> #include <sys/resource.h> |