git: 10990cb46027 - main - Simplify FreeBSD check.

Ed Maste emaste at freebsd.org
Sat Feb 6 15:25:59 UTC 2021


On Fri, 5 Feb 2021 at 21:40, Cy Schubert <cy at freebsd.org> wrote:
>
> -#if (__FreeBSD_version >= 300000)
> +#ifdef __FreeBSD_version

FWIW I think #ifdef __FreeBSD__ is the typical spelling of this test,
and it is built in to the compiler.


More information about the dev-commits-src-main mailing list