diff --git a/[refs] b/[refs] index 63ed1df6fb9b..1970ebca169f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b72977bd6c6fefc6497d4f0275079f539eaf0ac +refs/heads/master: 4e7e0c7592cafe5453e5b2f115fc0065d11b3d44 diff --git a/trunk/include/linux/udp.h b/trunk/include/linux/udp.h index 90223f057d50..014b41d1e308 100644 --- a/trunk/include/linux/udp.h +++ b/trunk/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 */