]> xenbits.xensource.com Git - qemu-xen-4.3-testing.git/commit
qemu's audio subdirectory contains a copy of BSD's sys-queue.h, which
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 13 Feb 2008 16:17:54 +0000 (16:17 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 12 May 2008 11:16:23 +0000 (12:16 +0100)
commitbf4b8549b70e1ed721b372771eaae04e7a5a0f8a
treed327da0d1af2028726bc04f41e1ff1defc448630
parentbb7ec0437a647c6734f65719f861d68a5281351d
qemu's audio subdirectory contains a copy of BSD's sys-queue.h, which

defines a bunch of LIST_ macros.  This makes it difficult to build a
program made partly out of qemu and partly out of the Linux kernel,
since Linux has a different set of LIST_ macros.  It might also cause
trouble when mixing with BSD-derived code.

Under the circumstances it's probably best to rename the versions in
qemu.  The attached patch does this.
audio/audio.c
audio/audio.h
audio/audio_int.h
audio/audio_template.h
audio/sys-queue.h