Date: Thu, 21 May 1998 10:37:32 -0600 From: "Justin T. Gibbs" <gibbs@plutotech.com> To: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_tl.c if_tlreg.h Message-ID: <199805211641.KAA15418@pluto.plutotech.com> In-Reply-To: Your message of "Thu, 21 May 1998 09:24:06 PDT." <199805211624.JAA16954@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>jkh 1998/05/21 09:24:06 PDT > > Modified files: > sys/pci if_tl.c if_tlreg.h > Log: > Don't use __FreeBSD_version explicitly - none of the other > drivers here do and it also blows up in building GENERIC during > a release build if you try and include <osreldate.h> (which shot > my SNAP dead - argh!). Use __FreeBSD__ instead. > > Revision Changes Path > 1.2 +11 -11 src/sys/pci/if_tl.c > 1.2 +2 -2 src/sys/pci/if_tlreg.h No, no, no. Create an osreldate.h file instead. Please? Using __FreeBSD__ doesn't work because it's tied to the compiler, not the source. -- Justin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805211641.KAA15418>