From owner-cvs-sys Thu May 21 10:16:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14624 for cvs-sys-outgoing; Thu, 21 May 1998 10:16:54 -0700 (PDT) (envelope-from owner-cvs-sys) 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 KAA14594; Thu, 21 May 1998 10:16:37 -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 LAA17170; Thu, 21 May 1998 11:16:34 -0600 (MDT) Message-Id: <199805211716.LAA17170@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: "Jordan K. Hubbard" cc: "Justin T. Gibbs" , "Jordan K. Hubbard" , 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 10:12:50 PDT." <27038.895770770@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 May 1998 11:12:23 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> 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. > >1. The osreldate.h file just isn't created in time and if we want > our SNAP builds to work for now, this change has to happen. > If we want to work out how to get the osreldate.h file bootstrapped > into place at a later time then that's fine with me, but there's > no use holding up the show until then. I think the problem is that it is in the wrong location. Kernel object files should not include files from /usr/include, but that's the only place to reliably get osreldate.h right now. Perhaps it should be moved to sys/sys. -- Justin