aboutsummaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-cmp3volume.c
blob: 7bc9af0d5967cc916483b17e814238097e13cc23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */