summaryrefslogtreecommitdiff
path: root/sysutils/xentools411/patches/patch-tools_qemu-xen_audio_audio.c
blob: fd3c48a23ac616c502af5e48d72e0c9c33c71bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-tools_qemu-xen_audio_audio.c,v 1.1 2018/07/24 13:40:11 bouyer Exp $

--- tools/qemu-xen/audio/audio.c.orig	2016-11-24 13:24:26.000000000 +0100
+++ tools/qemu-xen/audio/audio.c	2017-03-24 18:11:17.000000000 +0100
@@ -1156,6 +1156,7 @@
         return 0;
     }
 
+#undef read
     return sw->hw->pcm_ops->read(sw, buf, size);
 }