aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/raw.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 18:28:28 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:01:54 -0700
commitc1d18f9fa09489635a451ee13c1727e1683c2333 (patch)
treef44abb3c8ac44ec7113c00d2ca86bb2e33488464 /net/ipv4/raw.c
parent[IPV4]: struct ip_options annotations (diff)
downloadlinux-dev-c1d18f9fa09489635a451ee13c1727e1683c2333.tar.xz
linux-dev-c1d18f9fa09489635a451ee13c1727e1683c2333.zip
[IPV4]: struct ipcm_cookie annotation
->addr is net-endian Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r--net/ipv4/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c
index 49e5b4b55b93..b430cf2a4f66 100644
--- a/net/ipv4/raw.c
+++ b/net/ipv4/raw.c
@@ -382,7 +382,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
struct rtable *rt = NULL;
int free = 0;
__be32 daddr;
- u32 saddr;
+ __be32 saddr;
u8 tos;
int err;