From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: PATCH: Add C99 initializers to ip_conntrack_standalone.c Date: Fri, 20 Feb 2004 11:06:21 -0800 Sender: netdev-bounce@oss.sgi.com Message-ID: <20040220110621.2b6281e8.davem@redhat.com> References: <20040220190148.GA26386@artsapartment.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@oss.sgi.com, linux-net@vger.kernel.org Return-path: To: "Art Haas" In-Reply-To: <20040220190148.GA26386@artsapartment.org> Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Fri, 20 Feb 2004 13:01:48 -0600 "Art Haas" wrote: > Here's a patch that converts this file to use C99 initializers. The code > is much easier to read after the conversion, I believe. I have > recompiled the file with the changes successfully. > > The patch is against the current BK. Applied, thanks Art.