From owner-cvs-src@FreeBSD.ORG Fri Aug 13 19:28:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0241716A4CE; Fri, 13 Aug 2004 19:28:45 +0000 (GMT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C86843D54; Fri, 13 Aug 2004 19:28:44 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i7DJSdE1050041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Aug 2004 12:28:40 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i7DJSdss010148; Fri, 13 Aug 2004 12:28:39 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <411D0795.6010406@cronyx.ru> Date: Fri, 13 Aug 2004 12:28:39 -0700 (PDT) From: John Polstra To: Roman Kurakin X-Bogosity: No, tests=bogofilter, spamicity=0.021060, version=0.14.5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 19:28:45 -0000 On 13-Aug-2004 Roman Kurakin wrote: > Ok. Since IFF_UP is used this way by many implementations we have to > agree that this is normal behavior that was introduced by evolution > and practice like word spelling could be changed from its origin. I can't agree with that. There's a big difference between human language and software design. IFF_UP is misused by some implementations because the implementors didn't understand it. That's not evolution, it's just a plain old bug. :-) John