Date: Wed, 16 May 2001 08:25:47 +0300 From: Valentin Nechayev <netch@iv.nn.kiev.ua> To: Farooq Mela <fmela0@sm.socccd.cc.ca.us> Cc: Jonathan Lemon <jlemon@flugsvamp.com>, hackers@FreeBSD.ORG Subject: Re: Kqueue and FreeBSD versions Message-ID: <20010516082547.B921@iv.nn.kiev.ua> In-Reply-To: <3B01BE31.3443133D@sm.socccd.cc.ca.us>; from fmela0@sm.socccd.cc.ca.us on Tue, May 15, 2001 at 04:39:29PM -0700 References: <200105152332.f4FNWNr03497@prism.flugsvamp.com> <3B01BE31.3443133D@sm.socccd.cc.ca.us>
next in thread | previous in thread | raw e-mail | index | archive | help
Tue, May 15, 2001 at 16:39:29, fmela0 (Farooq Mela) wrote about "Re: Kqueue and FreeBSD versions": > > It was introduced with 4.1; I believe the correct __FreeBSD_version > > to use is 41000. s/41000/410000/ - fix typo at least. > Great, thanks. I figured you'd be the authority on this one ;-) netch@iv:~/tmp>fgrep FreeBSD_version /usr/HEAD/src/sys/sys/param.h #undef __FreeBSD_version #define __FreeBSD_version 500018 /* Master, propagated to newvers */ netch@iv:~/tmp>fgrep FreeBSD_version /usr/REL4/src/sys/sys/param.h #undef __FreeBSD_version #define __FreeBSD_version 430000 /* Master, propagated to newvers */ /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010516082547.B921>