diff options
Diffstat (limited to 'audio/csound/files/patch-InOut-rtalsa.c')
-rw-r--r-- | audio/csound/files/patch-InOut-rtalsa.c | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/audio/csound/files/patch-InOut-rtalsa.c b/audio/csound/files/patch-InOut-rtalsa.c index dd32237a2364..cc4c4635a1e0 100644 --- a/audio/csound/files/patch-InOut-rtalsa.c +++ b/audio/csound/files/patch-InOut-rtalsa.c @@ -1,18 +1,12 @@ --- InOut/rtalsa.c.orig 2011-12-22 19:41:53.000000000 +0900 +++ InOut/rtalsa.c 2011-12-27 23:53:00.000000000 +0900 -@@ -22,6 +22,7 @@ - 02111-1307 USA - */ - -+/* - #ifndef _ISOC99_SOURCE - #define _ISOC99_SOURCE 1 - #endif -@@ -35,6 +36,7 @@ - #ifndef _POSIX_C_SOURCE - #define _POSIX_C_SOURCE 1 - #endif -+*/ +@@ -35,9 +35,6 @@ + /* #ifndef _BSD_SOURCE */ + /* #define _BSD_SOURCE 1 */ + /* #endif */ +-#include <alloca.h> +-#include <termios.h> +-#include <unistd.h> #include "csdl.h" |