From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOzBF-00054V-7E for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:21:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOzB9-00051W-TK for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:21:16 -0400 Received: from [199.232.76.173] (port=47441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOzB9-00051O-L2 for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:21:11 -0400 Received: from mail-px0-f201.google.com ([209.85.216.201]:60668) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOzB9-0007bs-8d for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:21:11 -0400 Received: by pxi39 with SMTP id 39so221842pxi.4 for ; Thu, 09 Jul 2009 12:21:10 -0700 (PDT) Message-ID: <4A564322.5060502@codemonkey.ws> Date: Thu, 09 Jul 2009 14:21:06 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] build fix: xen on NetBSD/amd64 References: <200906301513.12043.Christoph.Egger@amd.com> In-Reply-To: <200906301513.12043.Christoph.Egger@amd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Egger Cc: qemu-devel@nongnu.org Christoph Egger wrote: > Hi! > > Attached patch fixes this build error on NetBSD/amd64: > > hw/xen_blkif.h:20: warning: #pragma pack(psuh[, id], ) is not supported on > this target > hw/xen_blkif.h:36: warning: #pragma pack(pop[, id], ) is not supported on > this target > > Signed-off-by: Christoph Egger > You'll invoke the fury of malc for introducing an identifier that begins with '__' :-) There really isn't pragma pack on NetBSD? That's ashame. Regards, Anthony Liguori