patch now part of distribution.

This commit is contained in:
Dirk Meyer 2003-03-25 04:53:22 +00:00
parent 91c3bdc8a8
commit f1cf1434a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77441

View file

@ -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"