From owner-freebsd-hackers Thu Jan 30 15:54:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA12174 for hackers-outgoing; Thu, 30 Jan 1997 15:54:26 -0800 (PST) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA12165 for ; Thu, 30 Jan 1997 15:54:23 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.4/8.7.3) id PAA05111; Thu, 30 Jan 1997 15:53:34 -0800 (PST) Date: Thu, 30 Jan 1997 15:53:34 -0800 (PST) Message-Id: <199701302353.PAA05111@vader.cs.berkeley.edu> To: joerg_wunsch@uriah.heep.sax.de CC: eivind@dimaga.com, hackers@FreeBSD.ORG In-reply-to: Subject: Re: From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * > 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). 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