Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / net / tc_act / tc_ipt.h
index 02ecceb..cb37ad0 100644 (file)
@@ -3,14 +3,14 @@
 
 #include <net/act_api.h>
 
-struct ipt_entry_target;
+struct xt_entry_target;
 
 struct tcf_ipt
 {
        tca_gen(ipt);
        u32 hook;
        char *tname;
-       struct ipt_entry_target *t;
+       struct xt_entry_target *t;
 };
 
 #endif