diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 18:34:02 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 18:02:08 -0700 |
commit | b406313c733156c8eea7d9c1891476f400914367 (patch) | |
tree | 62ed28c8991a6953b74ad3486426fc78b9ea57e6 /include/linux/errqueue.h | |
parent | 0579016ec4691116f6322ec6ed7fb7ce746948e9 (diff) |
[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>
Diffstat (limited to 'include/linux/errqueue.h')
-rw-r--r-- | include/linux/errqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h index 408118a0776..92f8d4fab32 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 |