From owner-svn-src-user@FreeBSD.ORG Thu Feb 4 08:06:19 2010 Return-Path: Delivered-To: svn-src-user@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AA5A1065676; Thu, 4 Feb 2010 08:06:19 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id DB6A38FC16; Thu, 4 Feb 2010 08:06:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1D7A99CB0FE; Thu, 4 Feb 2010 08:50:37 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MXQ9Bl9J-M-K; Thu, 4 Feb 2010 08:50:35 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id DD1AC9CB101; Thu, 4 Feb 2010 08:50:34 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o147oYkU030552; Thu, 4 Feb 2010 08:50:34 +0100 (CET) (envelope-from rdivacky) Date: Thu, 4 Feb 2010 08:50:34 +0100 From: Roman Divacky To: Luigi Rizzo Message-ID: <20100204075034.GA30179@freebsd.org> References: <201002040724.o147OD9l046782@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201002040724.o147OD9l046782@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: src-committers@FreeBSD.org, svn-src-user@FreeBSD.org Subject: Re: svn commit: r203481 - user/luigi/ipfw3-head/sys/netinet/ipfw X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2010 08:06:19 -0000 On Thu, Feb 04, 2010 at 07:24:13AM +0000, Luigi Rizzo wrote: > Author: luigi > Date: Thu Feb 4 07:24:13 2010 > New Revision: 203481 > URL: http://svn.freebsd.org/changeset/base/203481 > > Log: > portability fix for compilers that do not have C99 initializers C99 in kernel is a must and has been for a long time... I dont think that obfuscating obvious code to be able to support ancient compiler(s) is worth it...