mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
346 B
C
13 lines
346 B
C
$NetBSD: patch-qemu-xen_audio_audio.c,v 1.1 2013/05/26 20:27:43 bouyer Exp $
|
|
|
|
--- qemu-xen/audio/audio.c.orig 2013-05-26 20:24:36.000000000 +0200
|
|
+++ qemu-xen/audio/audio.c 2013-05-26 20:24:39.000000000 +0200
|
|
@@ -1162,6 +1162,7 @@
|
|
return 0;
|
|
}
|
|
|
|
+#undef read
|
|
bytes = sw->hw->pcm_ops->read (sw, buf, size);
|
|
return bytes;
|
|
}
|