From 56cdf43104ad742b7439d4407f21d20ac8ed9207 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 27 Sep 2006 18:38:13 -0700 Subject: [PATCH] --- yaml --- r: 36858 b: refs/heads/master c: b1dd39ac963040c2d282ab8026b9c9aa9306ea06 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/icmp.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 64de6251853c..ab657af0761a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 734ab87f632e94dfd4299f4d4d1d10668548f9d8 +refs/heads/master: b1dd39ac963040c2d282ab8026b9c9aa9306ea06 diff --git a/trunk/include/linux/icmp.h b/trunk/include/linux/icmp.h index f0b571f1060b..878cfe4e587f 100644 --- a/trunk/include/linux/icmp.h +++ b/trunk/include/linux/icmp.h @@ -68,16 +68,16 @@ struct icmphdr { __u8 type; __u8 code; - __u16 checksum; + __be16 checksum; union { struct { - __u16 id; - __u16 sequence; + __be16 id; + __be16 sequence; } echo; - __u32 gateway; + __be32 gateway; struct { - __u16 __unused; - __u16 mtu; + __be16 __unused; + __be16 mtu; } frag; } un; };