Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 15:16:16 -0700
From:      Peter Wemm <peter@netplex.com.au>
To:        Will Andrews <andrews@technologist.com>
Cc:        Akinori -Aki- MUSHA <knu@idaemons.org>, 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 
Message-ID:  <20000525221616.6FFC61CE1@overcee.netplex.com.au>
In-Reply-To: Message from Will Andrews <andrews@technologist.com>  of "Thu, 25 May 2000 17:27:27 EDT." <20000525172727.F3357@argon.blackdawn.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/param.h> now:
> > #define __FreeBSD_version 400016        /* Master, propagated to newvers */
> > 
> > #include <osreldate.h> 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.  <sys/types.h> for example
is rooted at /sys/sys/types.h.  For <osreldate.h> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000525221616.6FFC61CE1>