Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / net / netfilter / xt_dccp.c
index 2e2f825..dfb10b6 100644 (file)
@@ -101,7 +101,8 @@ match(const struct sk_buff *skb,
       unsigned int protoff,
       int *hotdrop)
 {
-       const struct xt_dccp_info *info = matchinfo;
+       const struct xt_dccp_info *info = 
+                               (const struct xt_dccp_info *)matchinfo;
        struct dccp_hdr _dh, *dh;
 
        if (offset)