summaryrefslogtreecommitdiffstats
path: root/kernel/patches/incremental-patches/ebtables-v2.0_vs_2.4.18.pre2.001.diff
blob: ceeabe17648f93d3dfba722a1056299c18016547 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- linux/include/linux/netfilter_bridge/ebtables.h	Wed Apr 10 19:44:56 2002
+++ ebt2.0pre1/include/linux/netfilter_bridge/ebtables.h	Wed Apr 10 19:30:22 2002
@@ -108,7 +108,7 @@
 #define EBT_STANDARD_TARGET "standard"
 struct ebt_standard_target
 {
-	struct ebt_entry_target;
+	struct ebt_entry_target target;
 	__u8 verdict;
 };