Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946241AbXBCCzh (ORCPT ); Fri, 2 Feb 2007 21:55:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946250AbXBCCgX (ORCPT ); Fri, 2 Feb 2007 21:36:23 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:52699 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946242AbXBCCf5 (ORCPT ); Fri, 2 Feb 2007 21:35:57 -0500 Message-Id: <20070203023858.260820000@sous-sol.org> References: <20070203023504.435051000@sous-sol.org> User-Agent: quilt/0.45-1 Date: Fri, 02 Feb 2007 18:35:13 -0800 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Patrick McHardy , netfilter-devel@lists.netfilter.org, davem@davemloft.net, Bart De Schuymer Subject: [patch 09/59] NETFILTER: arp_tables: fix userspace compilation Content-Disposition: inline; filename=netfilter-arp_tables-fix-userspace-compilation.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 33 -stable review patch. If anyone has any objections, please let us know. ------------------ From: Patrick McHardy The included patch translates arpt_counters to xt_counters, making userspace arptables compile against recent kernels. Signed-off-by: Bart De Schuymer Signed-off-by: Patrick McHardy Signed-off-by: Chris Wright --- include/linux/netfilter_arp/arp_tables.h | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.19.2.orig/include/linux/netfilter_arp/arp_tables.h +++ linux-2.6.19.2/include/linux/netfilter_arp/arp_tables.h @@ -190,6 +190,7 @@ struct arpt_replace /* The argument to ARPT_SO_ADD_COUNTERS. */ #define arpt_counters_info xt_counters_info +#define arpt_counters xt_counters /* The argument to ARPT_SO_GET_ENTRIES. */ struct arpt_get_entries -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/