Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2013 10:40:41 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Davide Italiano <davide@freebsd.org>
Cc:        svn-src-projects@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r247710 - projects/calloutng/sys/kern
Message-ID:  <201303041040.41845.jhb@freebsd.org>
In-Reply-To: <201303031339.r23DdsBU047737@svn.freebsd.org>
References:  <201303031339.r23DdsBU047737@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, March 03, 2013 8:39:54 am Davide Italiano wrote:
> Author: davide
> Date: Sun Mar  3 13:39:54 2013
> New Revision: 247710
> URL: http://svnweb.freebsd.org/changeset/base/247710
> 
> Log:
>   - Use TRUE/FALSE in lieu of 0/1 for boolean_t variables.

We have stdbool in the kernel.  Why not use that instead of the Machish 
boolean_t?

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303041040.41845.jhb>