diff options
Diffstat (limited to 'audio/cmp3/files/patch-cmp3volume.c')
-rw-r--r-- | audio/cmp3/files/patch-cmp3volume.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/cmp3/files/patch-cmp3volume.c b/audio/cmp3/files/patch-cmp3volume.c new file mode 100644 index 000000000000..7bc9af0d5967 --- /dev/null +++ b/audio/cmp3/files/patch-cmp3volume.c @@ -0,0 +1,14 @@ +--- cmp3volume.c.orig Sun Jul 1 13:38:08 2001 ++++ cmp3volume.c Sat Mar 20 00:23:51 2004 +@@ -3,11 +3,7 @@ + */ + + #include "cmp3funcs.h" +-#if defined(__FreeBSD__) +-#include <machine/soundcard.h> +-#else + #include<sys/soundcard.h> +-#endif + + static int mixernum, /* ID number for the mixer */ + vol; /* Current volume level */ |