From owner-cvs-all Thu May 21 09:28:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03973 for cvs-all-outgoing; Thu, 21 May 1998 09:28:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03955; Thu, 21 May 1998 09:28:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16954; Thu, 21 May 1998 09:24:06 -0700 (PDT) Date: Thu, 21 May 1998 09:24:06 -0700 (PDT) Message-Id: <199805211624.JAA16954@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message