From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [patch 3/3] some xtables changes (xt_table) Date: Fri, 26 Jan 2007 15:21:45 +0100 Message-ID: <45BA0E79.3070307@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List To: Jan Engelhardt Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Jan Engelhardt wrote: > [PATCH 3/3] XT: xt_table > > Signed-off-by: Jan Engelhardt , 2007-01-17 > > Index: linux-2.6.20-rc6/include/linux/netfilter_ipv4/ip_tables.h > =================================================================== > --- linux-2.6.20-rc6.orig/include/linux/netfilter_ipv4/ip_tables.h > +++ linux-2.6.20-rc6/include/linux/netfilter_ipv4/ip_tables.h > @@ -29,7 +29,6 @@ > > #define IPT_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN > #define IPT_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN > -#define ipt_table xt_table > #define ipt_get_revision xt_get_revision Applied, again without the part above. Thanks Jan.