Re: git: 10990cb46027 - main - Simplify FreeBSD check.

2021-02-06 Thread Cy Schubert
In message , Ed Maste writes: > On Fri, 5 Feb 2021 at 21:40, Cy Schubert wrote: > > > > -#if (__FreeBSD_version >= 30) > > +#ifdef __FreeBSD_version > > FWIW I think #ifdef __FreeBSD__ is the typical spelling of this test, > and it is built in to the compiler. Thanks. I'll change that. --

Re: git: 10990cb46027 - main - Simplify FreeBSD check.

2021-02-06 Thread Ed Maste
On Fri, 5 Feb 2021 at 21:40, Cy Schubert wrote: > > -#if (__FreeBSD_version >= 30) > +#ifdef __FreeBSD_version FWIW I think #ifdef __FreeBSD__ is the typical spelling of this test, and it is built in to the compiler. ___ dev-commits-src-main@freebsd

git: 10990cb46027 - main - Simplify FreeBSD check.

2021-02-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=10990cb46027b4cc4339540b1217117863b2cd15 commit 10990cb46027b4cc4339540b1217117863b2cd15 Author: Cy Schubert AuthorDate: 2021-02-03 03:24:05 + Commit: Cy Schubert CommitDate: 2021-02-06 02:39:38 +0