On Fri, Dec 03, 2021 at 11:03:54AM +0100, Stefan Esser wrote:
> Am 02.12.21 um 17:46 schrieb Shawn Webb:
> > Hey Stefan,
> >
> > On Thu, Dec 02, 2021 at 05:26:55PM +0100, Stefan Esser wrote:
> >> I have created
> >>
> >>https://reviews.freebsd.org/D33235
> >>
> >> to remove the BIT_* macros us
Am 02.12.21 um 17:46 schrieb Shawn Webb:
> Hey Stefan,
>
> On Thu, Dec 02, 2021 at 05:26:55PM +0100, Stefan Esser wrote:
>> I have created
>>
>> https://reviews.freebsd.org/D33235
>>
>> to remove the BIT_* macros used in the kernel from the userland API.
>>
>> They conflict with differing def
Hey Stefan,
On Thu, Dec 02, 2021 at 05:26:55PM +0100, Stefan Esser wrote:
> I have created
>
> https://reviews.freebsd.org/D33235
>
> to remove the BIT_* macros used in the kernel from the userland API.
>
> They conflict with differing definitions in some 3rd party code and
> lead to comp
I have created
https://reviews.freebsd.org/D33235
to remove the BIT_* macros used in the kernel from the userland API.
They conflict with differing definitions in some 3rd party code and
lead to compile issues in a number of ports (via CPU_* macros based
on the BIT_* macros).
See PR2597