From owner-svn-src-head@freebsd.org Fri Dec 4 20:03:42 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA830A41932 for ; Fri, 4 Dec 2015 20:03:42 +0000 (UTC) (envelope-from pfg@freebsd.org) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1.freebsd.org (Postfix) with SMTP id 6AD951615 for ; Fri, 4 Dec 2015 20:03:41 +0000 (UTC) (envelope-from pfg@freebsd.org) Received: (qmail 86646 invoked by uid 99); 4 Dec 2015 20:03:40 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 20:03:40 +0000 Received: from [192.168.0.103] (unknown [181.55.232.163]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 9F9421A01D7; Fri, 4 Dec 2015 20:03:37 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r291741 - head/sys/geom From: Pedro Giffuni In-Reply-To: <20151205031713.T3286@besplex.bde.org> Date: Fri, 4 Dec 2015 15:03:34 -0500 Cc: Andrew Turner , Bryan Drewery , "Kenneth D. Merry" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201512040338.tB43cZY1053263@repo.freebsd.org> <56610B6B.8010708@FreeBSD.org> <20151204233052.J2220@besplex.bde.org> <20151204125355.6712d782@bender> <20151205031713.T3286@besplex.bde.org> To: Bruce Evans X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 04 Dec 2015 20:03:42 -0000 > Il giorno 04/dic/2015, alle ore 13:03, Bruce Evans = ha scritto: >=20 > On Fri, 4 Dec 2015, Andrew Turner wrote: >=20 >> On Fri, 4 Dec 2015 23:42:51 +1100 (EST) >> Bruce Evans wrote: >> ... >>> This looks like 5 style bugs and 0 issues: >>>=20 >>> 3 old style bugs: >>> - use of bool >>=20 >> I don't seem to see where in style(9) we disallow the use of bool. = Can >> you point me where this is specified? >=20 > This is specified by not giving an example of using it. style(9) was > mostly written 10+ years before bool existed, and bool is so > (un)important that style(9) wasn't changed to allow it in its 16+ > years of existence. >=20 We had this discussion before for ddb: bool won (I think). Pedro.