1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/cmp3/files/patch-cmp3volume.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
355 B
C

--- cmp3volume.c.orig 2001-07-01 04:38:08 UTC
+++ cmp3volume.c
@@ -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 */