summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/iptable_mangle.c
diff options
context:
space:
mode:
authorAl Viro2006-09-28 23:22:24 +0200
committerDavid S. Miller2006-09-29 03:03:02 +0200
commit6a19d61472d0802a24493c0d200e88f99ad39cd8 (patch)
tree0689ae578aec5d32fdf5e53875a4b90cbfdf97ae /net/ipv4/netfilter/iptable_mangle.c
parent[NETFILTER]: NAT annotations (diff)
downloadkernel-qcow2-linux-6a19d61472d0802a24493c0d200e88f99ad39cd8.tar.gz
kernel-qcow2-linux-6a19d61472d0802a24493c0d200e88f99ad39cd8.tar.xz
kernel-qcow2-linux-6a19d61472d0802a24493c0d200e88f99ad39cd8.zip
[NETFILTER]: ipt annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netfilter/iptable_mangle.c')
-rw-r--r--net/ipv4/netfilter/iptable_mangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/iptable_mangle.c b/net/ipv4/netfilter/iptable_mangle.c
index 79336cb42527..e62ea2bb9c0a 100644
--- a/net/ipv4/netfilter/iptable_mangle.c
+++ b/net/ipv4/netfilter/iptable_mangle.c
@@ -131,7 +131,7 @@ ipt_local_hook(unsigned int hook,
{
unsigned int ret;
u_int8_t tos;
- u_int32_t saddr, daddr;
+ __be32 saddr, daddr;
unsigned long nfmark;
/* root is playing with raw sockets. */