From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2Pzu-0007NP-On for qemu-devel@nongnu.org; Sat, 31 May 2008 08:15:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2Pzt-0007Mu-7j for qemu-devel@nongnu.org; Sat, 31 May 2008 08:15:46 -0400 Received: from [199.232.76.173] (port=35952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2Pzt-0007Mq-3a for qemu-devel@nongnu.org; Sat, 31 May 2008 08:15:45 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:48786) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K2Pzs-0006bd-KC for qemu-devel@nongnu.org; Sat, 31 May 2008 08:15:44 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [4632] Copy siginfo.si_code. Date: Sat, 31 May 2008 13:15:36 +0100 References: <20080531130859.6563a53b.mle+tools@mega-nerd.com> In-Reply-To: <20080531130859.6563a53b.mle+tools@mega-nerd.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805311315.37668.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Erik de Castro Lopo > > Log Message: > > ----------- > > Copy siginfo.si_code. > > this commit broke the build. Fixed, sorry about that. I thought I'd tested this and everything built fine, apparently I missed something. Paul