patch now part of distribution.
This commit is contained in:
parent
91c3bdc8a8
commit
f1cf1434a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77441
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
--- Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c.orig Wed Oct 2 05:34:54 2002
|
||||
+++ Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c Sun Jan 5 05:33:48 2003
|
||||
@@ -95,7 +95,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifndef __FreeBSD__
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <memory.h>
|
||||
#include <math.h>
|
||||
#include <sys/ioctl.h>
|
||||
@@ -110,7 +112,11 @@
|
||||
#ifdef __linux__
|
||||
#include <linux/soundcard.h>
|
||||
#else
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/soundcard.h>
|
||||
+#else
|
||||
#include <machine/soundcard.h> /* JH20010905 */
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
#include "portaudio.h"
|
Loading…
Reference in a new issue