summaryrefslogtreecommitdiffstats
path: root/kernel/linux/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-12 15:26:43 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-12 15:26:43 +0000
commitb42c5cb36c05176e268be02ae7a0b5cc9f6f0a99 (patch)
treeadc71fd13f45b8bd53b8d95cf03b80e820ce65b6 /kernel/linux/include
parenta0e462a906af19803d28a21d5f57bd3a03f92d86 (diff)
make chainstack smp compatible
Diffstat (limited to 'kernel/linux/include')
-rw-r--r--kernel/linux/include/linux/netfilter_bridge/ebtables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/linux/include/linux/netfilter_bridge/ebtables.h b/kernel/linux/include/linux/netfilter_bridge/ebtables.h
index 62e624f..ca1d7aa 100644
--- a/kernel/linux/include/linux/netfilter_bridge/ebtables.h
+++ b/kernel/linux/include/linux/netfilter_bridge/ebtables.h
@@ -238,7 +238,7 @@ struct ebt_table_info
struct ebt_entries *hook_entry[NF_BR_NUMHOOKS];
struct ebt_counter *counters;
// room to maintain the stack used for jumping from and into udc
- struct ebt_chainstack *chainstack;
+ struct ebt_chainstack **chainstack;
char *entries;
};