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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message