diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 18:38:30 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 18:02:19 -0700 |
commit | b03d73e30c1b29a365f085bca5214a14c6df3859 (patch) | |
tree | 729c73b7c24a67f8bb27cb6cc2a602470efc1cf1 /net/ipv4 | |
parent | b1dd39ac963040c2d282ab8026b9c9aa9306ea06 (diff) | |
download | kernel_samsung_tuna-b03d73e30c1b29a365f085bca5214a14c6df3859.zip kernel_samsung_tuna-b03d73e30c1b29a365f085bca5214a14c6df3859.tar.gz kernel_samsung_tuna-b03d73e30c1b29a365f085bca5214a14c6df3859.tar.bz2 |
[IPV4] net/ipv4/icmp.c: trivial 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')
-rw-r--r-- | net/ipv4/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 2afa619..b39a37a 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -104,7 +104,7 @@ struct icmp_bxm { struct { struct icmphdr icmph; - __u32 times[3]; + __be32 times[3]; } data; int head_len; struct ip_options replyopts; |