Subject: Re: soc zfs: namespace collision between proplib and compat code
To: Matthias Scheler <tron@zhadum.org.uk>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-userlevel
Date: 08/15/2007 15:00:28
On Aug 15, 2007, at 1:21 PM, Matthias Scheler wrote:

>> However, for code that also includes sys <sys/disk.h>, there is a
>> conflict with the boolean_t defined in <prop/prop_object.h>.
>>
>>  typedef      int     boolean_t;
>
> This looks bogus. Jason: why is that definition in there?

Because boolean_t wasn't exposed to userland before.  I'm moving all  
of proplib to bool tonight.

-- thorpej