From owner-cvs-all Mon Nov 26 7:51:28 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 293EF37B419; Mon, 26 Nov 2001 07:51:24 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fAQFpNY44638; Mon, 26 Nov 2001 08:51:23 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200111261551.fAQFpNY44638@aslan.scsiguy.com> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c In-Reply-To: Your message of "Sun, 25 Nov 2001 21:42:46 PST." <200111260542.fAQ5gkn18652@freefall.freebsd.org> Date: Mon, 26 Nov 2001 08:51:23 -0700 From: "Justin T. Gibbs" 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 >imp 2001/11/25 21:42:46 PST > > Modified files: > sys/dev/pccbb pccbb.c > Log: > style(9) fixes: > o declare variables at the start of the function, not the start of > a block. This is not a requirement of style(9) (at least not in -stable). C allows variables to have block only scope and we should allow the use of this feature of the language. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message