On Fri, 5 Feb 2021 at 21:40, Cy Schubert <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
