1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

machine/soundcard.h -> sys/soundcard.h

PR:		36966
Submitted by:	Motoyuki Konno <motoyuki@bsdclub.org>
This commit is contained in:
Christian Weisgerber 2002-04-10 20:41:58 +00:00
parent 367147e9df
commit 7589f334a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57547

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- src/plugins/oss/ao_oss.c.orig Wed Apr 10 21:56:57 2002
+++ src/plugins/oss/ao_oss.c Wed Apr 10 21:57:11 2002
@@ -32,8 +32,6 @@
#include <math.h>
#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <soundcard.h>
-#elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
#else
#include <sys/soundcard.h>
#endif