Re: git: bde7b32c7cda - stable/12 - ibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NULL() macro usage.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 22 Mar 2023 22:36:10 UTC
On 3/22/23 3:28 PM, John Baldwin wrote:
> The branch stable/12 has been updated by jhb:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=bde7b32c7cda1c39eb08195e580aeb357750c129
> 
> commit bde7b32c7cda1c39eb08195e580aeb357750c129
> Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
> AuthorDate: 2021-06-16 13:01:51 +0000
> Commit:     John Baldwin <jhb@FreeBSD.org>
> CommitDate: 2023-03-22 22:27:19 +0000
> 
>      ibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NULL() macro usage.

After this commit and if you apply the patch from https://reviews.freebsd.org/D39197,
world + GENERIC builds with GCC 9 on amd64.  This doesn't require WITHOUT_CXX as
is currently required for stable/13 (due to newer libc++ in stable/13).

-- 
John Baldwin