From: Al Viro Date: Thu, 28 Sep 2006 01:38:30 +0000 (-0700) Subject: [IPV4] net/ipv4/icmp.c: trivial annotations X-Git-Tag: v2.6.19-rc1~858^2~56 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b03d73e30c1b29a365f085bca5214a14c6df3859;p=linux-2.6 [IPV4] net/ipv4/icmp.c: trivial annotations Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 2afa619d17..b39a37a475 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;