freebsd-ports/audio/csound6/files/patch-InOut_rtalsa.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

27 lines
430 B
C

--- InOut/rtalsa.c.orig 2015-09-29 11:13:27 UTC
+++ InOut/rtalsa.c
@@ -23,6 +23,7 @@
02111-1307 USA
*/
+/*
#ifndef _ISOC99_SOURCE
#define _ISOC99_SOURCE 1
#endif
@@ -32,6 +33,7 @@
#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1
#endif
+*/
#include "csdl.h"
@@ -50,6 +52,8 @@
#include <signal.h>
#include <sys/mman.h>
#include <sys/resource.h>
+#include <stdlib.h>
+#include <sys/fcntl.h>
#include "soundio.h"