diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:37:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:37:39 +0000 |
commit | 08a458ee8fbb4d44ac6ba6645d97a02aa7b97201 (patch) | |
tree | 3b690ae6490eebe97949dfc53dab29825f1cc90b /audio/wmmixer | |
parent | bf4eb9dd7086c44cc9a9296c60d048a5473e9422 (diff) |
Notes
Diffstat (limited to 'audio/wmmixer')
-rw-r--r-- | audio/wmmixer/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/wmmixer/files/patch-ab b/audio/wmmixer/files/patch-ab new file mode 100644 index 000000000000..dc33862be3f6 --- /dev/null +++ b/audio/wmmixer/files/patch-ab @@ -0,0 +1,11 @@ +--- mixctl.h.orig Sat Sep 7 18:36:29 2002 ++++ mixctl.h Sat Sep 7 18:36:36 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> |