From owner-cvs-all Sat Mar 23 12:31:35 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 295A937B400; Sat, 23 Mar 2002 12:31:32 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2NKVVYm000924; Sat, 23 Mar 2002 12:31:31 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2NKUFYg000919; Sat, 23 Mar 2002 12:30:15 -0800 (PST) Date: Sat, 23 Mar 2002 12:30:15 -0800 From: "David O'Brien" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bio.h conf.h disklabel.h diskslice.h event.h file.h filedesc.h libkern.h malloc.h mount.h msgbuf.h protosw.h socketvar.h sysent.h systm.h Message-ID: <20020323123015.A861@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200203230846.g2N8kqk91906@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203230846.g2N8kqk91906@freefall.freebsd.org>; from bde@FreeBSD.org on Sat, Mar 23, 2002 at 12:46:52AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 12:46:52AM -0800, Bruce Evans wrote: > Modified files: > sys/sys bio.h conf.h disklabel.h diskslice.h > event.h file.h filedesc.h libkern.h > malloc.h mount.h msgbuf.h protosw.h > socketvar.h sysent.h systm.h > Log: > Fixed some style bugs in the removal of __P(()). The main ones were > not removing tabs before "__P((", and not outdenting continuation lines > to preserve non-KNF lining up of code with parentheses. Switch to KNF > formatting and/or rewrap the whole prototype in some cases. According to style(9) you have not KNF'ed the prototypes. Applicable example: static char *function(int _arg, const char *_arg2, struct foo *_arg3, struct bar *_arg4); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message