commit | adaf345b537681c6ed3657941904d976fe72f342 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 27 18:27:13 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:01:51 2006 -0700 |
tree | 14912ce41908193e03bb1e570329e234448726bb | |
parent | 85670cc1faa2e1472e4a423cbf0b5e3d55c5ba88 [diff] [blame] |
[IPV4]: annotate address in inet_request_sock Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index fc0b9e1..8130a37 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h
@@ -62,8 +62,8 @@ u16 inet6_rsk_offset; /* 2 bytes hole, try to pack */ #endif - u32 loc_addr; - u32 rmt_addr; + __be32 loc_addr; + __be32 rmt_addr; u16 rmt_port; u16 snd_wscale : 4, rcv_wscale : 4,