From: Al Viro Date: Thu, 28 Sep 2006 01:32:46 +0000 (-0700) Subject: [TCP]: struct tcp_sock .pred_flags is net-endian X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dddc93c05d7dba60b44866486502c155e96ab915;p=mv-sheeva.git [TCP]: struct tcp_sock .pred_flags is net-endian Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 9632aa866de..0e058a2d1c6 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -216,7 +216,7 @@ struct tcp_sock { * Header prediction flags * 0x5?10 << 16 + snd_wnd in net byte order */ - __u32 pred_flags; + __be32 pred_flags; /* * RFC793 variables by their proper names. This means you can