diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2007-01-09 14:33:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-01-09 14:33:11 -0800 |
commit | 8c82d8df7060221f131c9ca5352fb613c14f857a (patch) | |
tree | 9fde7db989c082ef0e60feaea409056e5021287e /include | |
parent | f9f02cca25acf33e5853c6b3cbb0c7146312783f (diff) | |
download | linux-3.10-8c82d8df7060221f131c9ca5352fb613c14f857a.tar.gz linux-3.10-8c82d8df7060221f131c9ca5352fb613c14f857a.tar.bz2 linux-3.10-8c82d8df7060221f131c9ca5352fb613c14f857a.zip |
[NETFILTER]: arp_tables: fix userspace compilation
The included patch translates arpt_counters to xt_counters, making
userspace arptables compile against recent kernels.
Signed-off-by: Bart De Schuymer <bdschuym@pandora.be>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter_arp/arp_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter_arp/arp_tables.h b/include/linux/netfilter_arp/arp_tables.h index 0be235418a2..24c8786d12e 100644 --- a/include/linux/netfilter_arp/arp_tables.h +++ b/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 |