mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9414530b46
Macintosh form, it addicted a former roommate for the better part of a semester. PR: 6654 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
--- mixer.h Sun May 25 21:18:10 1997
|
|
+++ /home/andy/tmp/wrk/mixer.h Thu May 14 00:25:17 1998
|
|
@@ -41,7 +41,7 @@
|
|
};
|
|
|
|
#define _PATH_DEV_AUDIO "/dev/audio"
|
|
-#ifdef linux
|
|
+#if (defined(linux) || defined(__FreeBSD__))
|
|
#define _PATH_DEV_DSP "/dev/dsp"
|
|
#else
|
|
#define _PATH_DEV_DSP _PATH_DEV_AUDIO
|