ports/audio/cmp3/files/patch-cmp3volume.c
Kirill Ponomarev bd13f9cb9d - Update to version 2.0.p6
PR:		ports/64466
Submitted by:	Ports Fury
2004-03-19 19:19:36 +00:00

14 lines
381 B
C

--- 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 */