summaryrefslogtreecommitdiff
path: root/audio/alsa-lib/patches/patch-aq
blob: be7813ab69ba4f865d1a3e97ca9b64ee118f117b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aq,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $

--- src/pcm/pcm_hw.c.orig	2008-10-29 08:42:10.000000000 -0400
+++ src/pcm/pcm_hw.c
@@ -41,6 +41,10 @@
 #include "../control/control_local.h"
 #include "../timer/timer_local.h"
 
+#ifndef EBADFD
+#define EBADFD EBADF
+#endif
+
 //#define DEBUG_RW		/* use to debug readi/writei/readn/writen */
 //#define DEBUG_MMAP		/* debug mmap_commit */