Date: Fri, 04 Dec 2015 09:57:06 -0800 From: John Baldwin <jhb@freebsd.org> To: Andrew Turner <andrew@fubar.geek.nz> Cc: Bruce Evans <brde@optusnet.com.au>, Bryan Drewery <bdrewery@freebsd.org>, "Kenneth D. Merry" <ken@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r291741 - head/sys/geom Message-ID: <33766691.xPhVgrKQoK@ralph.baldwin.cx> In-Reply-To: <20151204125355.6712d782@bender> References: <201512040338.tB43cZY1053263@repo.freebsd.org> <20151204233052.J2220@besplex.bde.org> <20151204125355.6712d782@bender>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, December 04, 2015 12:53:55 PM Andrew Turner wrote: > On Fri, 4 Dec 2015 23:42:51 +1100 (EST) > Bruce Evans <brde@optusnet.com.au> wrote: > ... > > This looks like 5 style bugs and 0 issues: > > > > 3 old style bugs: > > - use of bool > > I don't seem to see where in style(9) we disallow the use of bool. Can > you point me where this is specified? Honestly I prefer bool for real booleans to 0/1. I think it is clearer to the reader. I'd like to axe boolean_t and replace its uses with bool. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33766691.xPhVgrKQoK>