From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZZZU-0002kK-Iu for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:28:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZZZS-0002jd-Si for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:28:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZZZS-0002jY-NU for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:28:10 -0400 Received: from [68.230.240.36] (helo=eastrmmtao03.cox.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZZcf-000684-Kx for qemu-devel@nongnu.org; Fri, 28 Apr 2006 16:31:29 -0400 Received: from eastrmwml04.mgt.cox.net ([172.18.52.69]) by eastrmmtao03.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060428202808.BXEZ15797.eastrmmtao03.cox.net@eastrmwml04.mgt.cox.net> for ; Fri, 28 Apr 2006 16:28:08 -0400 Message-ID: <20751790.1146256088587.JavaMail.root@eastrmwml04.mgt.cox.net> Date: Fri, 28 Apr 2006 16:28:08 -0400 From: Ben Taylor MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_9814_27763948.1146256088546" Subject: [Qemu-devel] Qemu cleanup Reply-To: sol10x86@cox.net, 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 ------=_Part_9814_27763948.1146256088546 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 ------=_Part_9814_27763948.1146256088546 Content-Type: text/plain; name=qemu-cleanup.diff.htm Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=qemu-cleanup.diff.htm Reporting-MTA: dns; eastrmmtao04.cox.net Arrival-Date: Fri, 28 Apr 2006 14:54:59 -0400 Received-From-MTA: dns; eastrmwml05.mgt.cox.net (172.18.52.68) Final-Recipient: RFC822; Action: failed Status: 5.1.2 Remote-MTA: dns; nongnuj.org ------=_Part_9814_27763948.1146256088546--