diff --git a/[refs] b/[refs] index 0e645dd0334c..9c093c672003 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a27ee7a4dd30feda1954950b5840455a51ae1507 +refs/heads/master: 44473a6b279794f058955aec5c36975e74deb541 diff --git a/trunk/include/net/ipv6.h b/trunk/include/net/ipv6.h index 8223c4410b4b..4953fac1d070 100644 --- a/trunk/include/net/ipv6.h +++ b/trunk/include/net/ipv6.h @@ -95,10 +95,10 @@ */ struct frag_hdr { - unsigned char nexthdr; - unsigned char reserved; - unsigned short frag_off; - __u32 identification; + __u8 nexthdr; + __u8 reserved; + __be16 frag_off; + __be32 identification; }; #define IP6_MF 0x0001