From owner-cvs-all Thu May 25 15:16:40 2000 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id D22A637B702; Thu, 25 May 2000 15:16:17 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 6FFC61CE1; Thu, 25 May 2000 15:16:16 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Will Andrews Cc: Akinori -Aki- MUSHA , darrenr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet fil.c ip_auth.c ip_compat.h ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_raudio_pxy.c ip_rcmd_pxy.c ipl.h mlfk_ipl.c In-Reply-To: Message from Will Andrews of "Thu, 25 May 2000 17:27:27 EDT." <20000525172727.F3357@argon.blackdawn.com> Date: Thu, 25 May 2000 15:16:16 -0700 From: Peter Wemm Message-Id: <20000525221616.6FFC61CE1@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews wrote: > On Thu, May 25, 2000 at 08:10:42AM -0700, Peter Wemm wrote: > > Actually, osreldate.h should be killed entirely. It's defined > > in now: > > #define __FreeBSD_version 400016 /* Master, propagated to newvers */ > > > > #include cannot and never will work. > > Why not put a ``ln -sf'' between /usr/include/osreldate.h and sys/param.h > for programs still using osreldate.h? There is a /usr/include/osreldate.h, but the problem is that /usr/include is not in the search paths for the kernel. for example is rooted at /sys/sys/types.h. For to work, we would have to create a /usr/src/sys/osreldate.h which is certainly not on. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message