svn commit: r291741 - head/sys/geom
John Baldwin
jhb at freebsd.org
Fri Dec 4 19:01:43 UTC 2015
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 at 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
More information about the svn-src-head
mailing list