Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 1997 15:53:34 -0800 (PST)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        joerg_wunsch@uriah.heep.sax.de
Cc:        eivind@dimaga.com, hackers@FreeBSD.ORG
Subject:   Re: <net/if_var.h>
Message-ID:  <199701302353.PAA05111@vader.cs.berkeley.edu>
In-Reply-To: <Mutt.19970131001113.j@uriah.heep.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help

 * > When was this introduced, and is there any way for me to check if it is
 * > present?  (BSD > xxxx, for instance?)
 * 
 * #include <osreldate.h>
 * 
 * #if __FreeBSD_version >= 199702
 * # define NEED_NET_IF_VAR_H
 * #endif
 * 
 * That catches some -current systems before the change, but that
 * shouldn't matter.  It doesn't hit 2.2 machines, since they are frozen
 * to 199701 (even though it's obvious that we won't ship 2.2R by
 * January).

Except this will break when 2.2.5 is released (unless if_var.h is
merged into the -2.2 branch, but you get the point). :(

Satoshi "did I already tell you I hate parallel development?" Asami



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