summaryrefslogtreecommitdiff
path: root/audio/esound/files/patch-audio_oss.c
blob: fffbb1d96b84dbbfe2898832f0206459b31891ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- audio_oss.c	2001/10/09 14:15:03	1.1
+++ audio_oss.c	2001/10/09 14:15:40
@@ -12,7 +12,7 @@
 
 
 /* FreeBSD uses a different identifier? what other BSDs? */
-#ifdef __FreeBSD__
+#ifndef SNDCTL_DSP_SETDUPLEX
 #define SNDCTL_DSP_SETDUPLEX DSP_CAP_DUPLEX
 #endif