From: Al Viro Date: Thu, 28 Sep 2006 01:37:19 +0000 (-0700) Subject: [IPV4]: UDP header annotations X-Git-Tag: v2.6.19-rc1~858^2~59 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4e7e0c7592cafe5453e5b2f115fc0065d11b3d44;p=karo-tx-linux.git [IPV4]: UDP header annotations Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/linux/udp.h b/include/linux/udp.h index 90223f057d50..014b41d1e308 100644 --- a/include/linux/udp.h +++ b/include/linux/udp.h @@ -20,10 +20,10 @@ #include struct udphdr { - __u16 source; - __u16 dest; - __u16 len; - __u16 check; + __be16 source; + __be16 dest; + __be16 len; + __be16 check; }; /* UDP socket options */