1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/xmix/files/patch-ab
Christian Weisgerber 203eb5ed63 * Fix PATCH_SITE.
PR:		40887
Submitted by:	Tilman Linneweh <tilman@arved.de>

* machine/soundcard.h -> sys/soundcard.h
2002-07-22 18:20:43 +00:00

12 lines
274 B
Plaintext

--- xmix.c.orig Wed Nov 1 10:29:04 2000
+++ xmix.c Wed Nov 1 10:29:04 2000
@@ -77,7 +77,7 @@
#include "square_empty.bit"
#include "square_with_x.bit"
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#define SOUND_FULL_SCALE 100.0
#define MAX_SOUND_VOL 95