From: Al Viro Date: Thu, 28 Sep 2006 01:34:02 +0000 (-0700) Subject: [NET]: struct sock_exterr_skb annotations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b406313c733156c8eea7d9c1891476f400914367;p=linux-beck.git [NET]: struct sock_exterr_skb annotations ->port is net-endian Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h index 408118a07763..92f8d4fab32b 100644 --- a/include/linux/errqueue.h +++ b/include/linux/errqueue.h @@ -38,7 +38,7 @@ struct sock_exterr_skb } header; struct sock_extended_err ee; u16 addr_offset; - u16 port; + __be16 port; }; #endif