commit | 3ca3c68e76686bee058937ade2b96f4de58ee434 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 27 18:28:07 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:01:53 2006 -0700 |
tree | 13319a2f2a7f53c41746a32a5635254c157fe87e | |
parent | 7f25afbbefb266520a237df0e9b59112704a7a42 [diff] [blame] |
[IPV4]: struct ip_options annotations ->faddr is net-endian; annotated as such, variables inferred to be net-endian annotated. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 0e935b4..49e5b4b 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c
@@ -381,7 +381,7 @@ struct ipcm_cookie ipc; struct rtable *rt = NULL; int free = 0; - u32 daddr; + __be32 daddr; u32 saddr; u8 tos; int err;