From: Al Viro Date: Thu, 28 Sep 2006 01:34:02 +0000 (-0700) Subject: [NET]: struct sock_exterr_skb annotations X-Git-Tag: v2.6.19-rc1~858^2~67 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b406313c733156c8eea7d9c1891476f400914367;p=linux-2.6 [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 408118a077..92f8d4fab3 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