commit | b406313c733156c8eea7d9c1891476f400914367 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 27 18:34:02 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:02:08 2006 -0700 |
tree | 62ed28c8991a6953b74ad3486426fc78b9ea57e6 | |
parent | 0579016ec4691116f6322ec6ed7fb7ce746948e9 [diff] [blame] |
[NET]: struct sock_exterr_skb annotations ->port is net-endian Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h index 408118a..92f8d4f 100644 --- a/include/linux/errqueue.h +++ b/include/linux/errqueue.h
@@ -38,7 +38,7 @@ } header; struct sock_extended_err ee; u16 addr_offset; - u16 port; + __be16 port; }; #endif