diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-04-25 12:24:32 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-04-25 12:24:32 +0000 |
commit | 7a12886c668be189c52c9f82f5152d4568e586a5 (patch) | |
tree | a6a1d42499125ff654db12c4cbe04277db3bf412 /audio/wmsmixer | |
parent | 75fa31e910846f38fa3583a0ea554414fa26b04a (diff) | |
download | FreeBSD-ports-7a12886c668be189c52c9f82f5152d4568e586a5.zip FreeBSD-ports-7a12886c668be189c52c9f82f5152d4568e586a5.tar.gz |
s@machine/soundcard.h@sys/soundcard.h@.
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r-- | audio/wmsmixer/files/patch-mixctl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/wmsmixer/files/patch-mixctl.h b/audio/wmsmixer/files/patch-mixctl.h new file mode 100644 index 0000000..bab9c9c --- /dev/null +++ b/audio/wmsmixer/files/patch-mixctl.h @@ -0,0 +1,11 @@ +--- mixctl.h.orig Tue Mar 6 07:39:43 2001 ++++ mixctl.h Thu Apr 25 21:19:40 2002 +@@ -19,7 +19,7 @@ + #include <soundcard.h> + #endif + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #ifdef __linux__ + #include <linux/soundcard.h> |