From owner-freebsd-hackers Thu Jan 30 15:23:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA09422 for hackers-outgoing; Thu, 30 Jan 1997 15:23:38 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA09417 for ; Thu, 30 Jan 1997 15:23:35 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA07621; Fri, 31 Jan 1997 00:23:27 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id AAA29229; Fri, 31 Jan 1997 00:11:13 +0100 (MET) Message-ID: Date: Fri, 31 Jan 1997 00:11:13 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: eivind@dimaga.com (Eivind Eklund) Cc: hackers@freebsd.org Subject: Re: References: <3.0.32.19970130220618.00aea190@dimaga.com> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <3.0.32.19970130220618.00aea190@dimaga.com>; from Eivind Eklund on Jan 30, 1997 22:06:20 +0100 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Eivind Eklund wrote: > When was this introduced, and is there any way for me to check if it is > present? (BSD > xxxx, for instance?) #include #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). -- 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. ;-)