From owner-freebsd-arch Thu Jan 31 19:10: 6 2002 Delivered-To: freebsd-arch@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2C29A37B416 for ; Thu, 31 Jan 2002 19:10:02 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g113A1o39128 for ; Thu, 31 Jan 2002 20:10:01 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g113A0x36278 for ; Thu, 31 Jan 2002 20:10:00 -0700 (MST) (envelope-from imp@village.org) Date: Thu, 31 Jan 2002 20:09:42 -0700 (MST) Message-Id: <20020131.200942.41874592.imp@village.org> To: arch@freebsd.org Subject: Bin diffs From: "M. Warner Losh" X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK. Here's my first round of diffs. http://people.freebsd.org/~Pbin o __P -> deleted o conversion to new function declaration style o Deletion of main prototypes (per Peter's request) o Some register removal (but not all, I might do that too before the commit, per David O'Brien's suggestion). o Some style(9) tweaks: int foo() { } becomes int foo(void) { } o Some general fussiness that I couldn't help myself on. Comments? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message