From owner-svn-src-head@FreeBSD.ORG Thu Nov 27 10:29:41 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2906A1065675; Thu, 27 Nov 2008 10:29:41 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id DE2368FC12; Thu, 27 Nov 2008 10:29:40 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id EDF636D43F; Thu, 27 Nov 2008 10:29:39 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id D281F8449F; Thu, 27 Nov 2008 11:29:39 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Ivan Voras" References: <200811270219.mAR2Ji2M073024@svn.freebsd.org> <20081126213204.14db9a63@kan.dnsalias.net> <20081127.000621.1413927847.imp@bsdimp.com> <9bbcef730811270220h1a7f812k2ba340737132ff82@mail.gmail.com> Date: Thu, 27 Nov 2008 11:29:39 +0100 In-Reply-To: <9bbcef730811270220h1a7f812k2ba340737132ff82@mail.gmail.com> (Ivan Voras's message of "Thu, 27 Nov 2008 11:20:39 +0100") Message-ID: <8663m94g30.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, "M. Warner Losh" Subject: Re: svn commit: r185356 - head/sys/dev/ixgbe X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 10:29:41 -0000 "Ivan Voras" writes: > And at least the newer GEOM code also uses c99 variable declarations > (not only for initializers - they were c99 from the start). I'm curious about what you mean with "c99 variable declarations". If you are referring to loop variable declarations, I can only find two cases, both in g_linux_lvm.c. Other than that and mixing declarations with statements (which style(9) explicitly forbids), there is no difference between c89 to c99 as far as variable declarations are concerned. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no