Date: Thu, 2 Jul 1998 16:47:24 +0200 From: Eivind Eklund <eivind@yes.no> To: "Jordan K. Hubbard" <jkh@time.cdrom.com> Cc: Hideki Yamamoto <hyama@acm.org>, mike@sentex.net, stable@FreeBSD.ORG Subject: Re: Release schedule for 2.2.7 Message-ID: <19980702164724.07060@follo.net> In-Reply-To: <20179.899390497@time.cdrom.com>; from Jordan K. Hubbard on Thu, Jul 02, 1998 at 07:41:37AM -0700 References: <19980702162552.23041@follo.net> <20179.899390497@time.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 02, 1998 at 07:41:37AM -0700, Jordan K. Hubbard wrote: > > > __FreeBSD_version from osreldate.h) so that you can have a single set > > > of msdosfs sources which can stay syncronized between the two > > > branches. > > > > __FreeBSD_version in the kernel should be gotten from <sys/param.h>. > > Not in 2.2 at this time, which is why I specifically didn't say that. :) Simple - if __FreeBSD_version isn't available, it is 2.2 :-) <osreldate.h> cannot be retrieved from the kernel (I believe it will even fail to compile in some circumstances), so getting it from there isn't an option. Then it would even be better (*shudder*) to rely on __FreeBSD__ (reader, please don't. Use __FreeBSD_version, and assume 2.2 if not available). Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980702164724.07060>