1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/cmp3/files/patch-ad
2000-03-08 00:18:36 +00:00

16 lines
375 B
Plaintext

--- cmp3volume.c.orig Tue Mar 7 14:26:13 2000
+++ cmp3volume.c Tue Mar 7 14:26:22 2000
@@ -3,7 +3,7 @@
*/
#include "cmp3funcs.h"
-#include<sys/soundcard.h>
+#include <machine/soundcard.h>
static int mixernum, /* ID number for the mixer */
vol; /* Current volume level */
@@ -89,4 +89,4 @@
return;
}