From owner-cvs-all Thu May 21 09:42:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07104 for cvs-all-outgoing; Thu, 21 May 1998 09:42:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07010; Thu, 21 May 1998 09:41:44 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id KAA15418; Thu, 21 May 1998 10:41:43 -0600 (MDT) Message-Id: <199805211641.KAA15418@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: "Jordan K. Hubbard" 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 In-reply-to: Your message of "Thu, 21 May 1998 09:24:06 PDT." <199805211624.JAA16954@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 May 1998 10:37:32 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >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 (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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message