diff --git a/[refs] b/[refs] index c0e3241668e2..f422df394033 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dddc93c05d7dba60b44866486502c155e96ab915 +refs/heads/master: 2816e1284a2db03ad5e205bab4eacbc5f7d4f991 diff --git a/trunk/include/net/inet_sock.h b/trunk/include/net/inet_sock.h index 3c19dbf30211..7a1f69f01269 100644 --- a/trunk/include/net/inet_sock.h +++ b/trunk/include/net/inet_sock.h @@ -112,13 +112,13 @@ struct inet_sock { /* Socket demultiplex comparisons on incoming packets. */ __be32 daddr; __be32 rcv_saddr; - __u16 dport; + __be16 dport; __u16 num; __be32 saddr; __s16 uc_ttl; __u16 cmsg_flags; struct ip_options *opt; - __u16 sport; + __be16 sport; __u16 id; __u8 tos; __u8 mc_ttl;