From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] Add C99 initializers to net/ipv4/netfilter Date: Thu, 20 Mar 2003 00:41:14 -0800 (PST) Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <20030320.004114.54066329.davem@redhat.com> References: <20030316202820.GA9134@debian> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org, linux-net@vger.kernel.org Return-path: To: ahaas@airmail.net In-Reply-To: <20030316202820.GA9134@debian> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org From: Art Haas Date: Sun, 16 Mar 2003 14:28:20 -0600 Here is a set of patches converting more structures to use C99 initializers. The patches are against the current BK. A set of similar patches for the ipv6 code will follow. These patches also include an occasional removal of a '.maxlen = 0,' line in the initializers. Applied, thanks Art.