freebsd-ports/audio/csound/files/patch-InOut-rtalsa.c
Martin Wilke dfc0ddf778 - Update to 5.15.0
PR:		164147
Submitted by:	Ports Fury
2012-01-28 17:49:37 +00:00

18 lines
326 B
C

--- 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
+*/
#include "csdl.h"