From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZZwD-0002Y6-VU for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:51:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZZwA-0002Xh-Q3 for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:51:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZZwA-0002Xe-NP for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:51:38 -0400 Received: from [165.139.139.1] (helo=mx.bhmsd.k12.in.us) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FZZzN-0007f6-Md for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:54:57 -0400 Received: from mail.bhmsd.k12.in.us (mail.bhmsd.k12.in.us [172.16.20.102]) by mx.bhmsd.k12.in.us (8.13.1/8.13.1) with ESMTP id k3SKpUwA008386 for ; Fri, 28 Apr 2006 16:51:30 -0400 Message-Id: Date: Fri, 28 Apr 2006 15:51:07 -0500 From: "Ben Dailey" Subject: Re: {Filename?} [Qemu-devel] Qemu cleanup Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sol10x86@cox.net, qemu-devel@nongnu.org You may want to send this may having gotten stripped by peoples viruses scanners. Ben >>> Ben Taylor 04/28/06 3:28 PM >>> Warning: This message has had one or more attachments removed Warning: (qemu-cleanup.diff.htm). Warning: Please read the "bhmsd-Attachment-Warning.txt" attachment(s) for more information. This is just a cosmetic patch to move declarations to the begining of functions, and change things like "int x=(rand(y)) to" int x; x=(rand(y)); As always, this is against the current CVS archive. Ben