diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:11:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:11:35 +0000 |
commit | b515cf7bd8a0eac7ac1b982eab7eca4f056fe312 (patch) | |
tree | a561ccb02a433f6c9c725366f74af90398a147d5 /misc/muuz/files/patch-af | |
parent | Fix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff) |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and
various compilation fixes to satisfy gcc 3.2
Diffstat (limited to '')
-rw-r--r-- | misc/muuz/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/muuz/files/patch-af b/misc/muuz/files/patch-af new file mode 100644 index 000000000000..b46ff79b6340 --- /dev/null +++ b/misc/muuz/files/patch-af @@ -0,0 +1,11 @@ +--- mixerControls.h.orig Sat Sep 7 16:59:02 2002 ++++ mixerControls.h Sat Sep 7 16:59:49 2002 +@@ -8,7 +8,7 @@ + #include "muuz.h" + #include "muuztypes.h" + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif /* __FreeBSD__ */ + + |