Date: Sat, 6 Feb 2021 10:24:58 -0500 From: Ed Maste <emaste@freebsd.org> To: Cy Schubert <cy@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 10990cb46027 - main - Simplify FreeBSD check. Message-ID: <CAPyFy2C6s2%2BM5jaVrxBV40kb0JTe7Luq7uEmKxzLENRtFooJvA@mail.gmail.com> In-Reply-To: <202102060240.1162eHYJ012657@gitrepo.freebsd.org> References: <202102060240.1162eHYJ012657@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 5 Feb 2021 at 21:40, Cy Schubert <cy@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2C6s2%2BM5jaVrxBV40kb0JTe7Luq7uEmKxzLENRtFooJvA>