Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 1997 15:55:09 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        hackers@freebsd.org
Subject:   Re: Telling 2.2 from 3.0 (fwd)
Message-ID:  <19970331155509.SF05502@uriah.heep.sax.de>
In-Reply-To: <199703311342.PAA11401@sax.sax.de>; from Darren Reed on Mar 31, 1997 23:37:32 %2B1000
References:  <19970331142239.UY50152@uriah.heep.sax.de> <199703311342.PAA11401@sax.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
As Darren Reed wrote:

> > #include <osreldate.h>
> > 
> > #if __FreeBSD_version >= 300000
> > #include <net/if_var.h>
> > #endif
> 
> but 2.1.6 defines __FreeBSD_version as 199612

Yes, but that's still < 300000, so the above logic is ok.

> has there been a change in how this is used ?

Yep, it has been changed with 2.2R (which uses 220000).  We have had
too many problems with the point releases before.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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