From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8eyZ-0004B9-Ux for qemu-devel@nongnu.org; Fri, 05 Dec 2008 13:00:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8eyY-0004AD-Gz for qemu-devel@nongnu.org; Fri, 05 Dec 2008 13:00:27 -0500 Received: from [199.232.76.173] (port=59446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8eyY-00049j-E4 for qemu-devel@nongnu.org; Fri, 05 Dec 2008 13:00:26 -0500 Received: from fk-out-0910.google.com ([209.85.128.186]:3410) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8eyU-0002EY-QV for qemu-devel@nongnu.org; Fri, 05 Dec 2008 13:00:23 -0500 Received: by fk-out-0910.google.com with SMTP id 18so93189fks.2 for ; Fri, 05 Dec 2008 10:00:18 -0800 (PST) Message-ID: Date: Fri, 5 Dec 2008 20:00:18 +0200 From: "Blue Swirl" In-Reply-To: <200811281139.07092.Christoph.Egger@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811281139.07092.Christoph.Egger@amd.com> Subject: [Qemu-devel] Re: [PATCH 5/6] qemu fixes Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Egger Cc: qemu-devel@nongnu.org On 11/28/08, Christoph Egger wrote: > > Hi, > > This is a series of four patches which improve support > for qemu on NetBSD. > > > sys-queue.h defines _SYS_QUEUE_H_ which is also defined by > the system header. uses SLIST_ENTRY > on NetBSD, which doesn't exist in sys-queue.h. Therefore, > include before including sys-queue.h. > > > Signed-off-by: Christoph Egger Thanks, applied.