Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / netfilter_ipv4.h
index 5b63a23..85301c5 100644 (file)
@@ -5,6 +5,7 @@
  * (C)1998 Rusty Russell -- This code is GPL.
  */
 
+#include <linux/config.h>
 #include <linux/netfilter.h>
 
 /* only for userspace compatibility */
@@ -77,7 +78,7 @@ enum nf_ip_hook_priorities {
 #define SO_ORIGINAL_DST 80
 
 #ifdef __KERNEL__
-extern int ip_route_me_harder(struct sk_buff **pskb, unsigned addr_type);
+extern int ip_route_me_harder(struct sk_buff **pskb);
 extern int ip_xfrm_me_harder(struct sk_buff **pskb);
 extern unsigned int nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
                                   unsigned int dataoff, u_int8_t protocol);