summaryrefslogtreecommitdiffstats
path: root/br-nf-bds/linux2.5/include/linux/netfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'br-nf-bds/linux2.5/include/linux/netfilter.h')
-rw-r--r--br-nf-bds/linux2.5/include/linux/netfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/br-nf-bds/linux2.5/include/linux/netfilter.h b/br-nf-bds/linux2.5/include/linux/netfilter.h
index b2df329..b1ae544 100644
--- a/br-nf-bds/linux2.5/include/linux/netfilter.h
+++ b/br-nf-bds/linux2.5/include/linux/netfilter.h
@@ -118,7 +118,7 @@ extern struct list_head nf_hooks[NPROTO][NF_MAX_HOOKS];
call in fast path: gcc doesn't inline (needs value tracking?). --RR */
#ifdef CONFIG_NETFILTER_DEBUG
#define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \
- nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn), INT_MIN)
+ nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn), INT_MIN)
#define NF_HOOK_THRESH nf_hook_slow
#else
#define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \