diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 21:34:02 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 21:02:08 -0400 |
| 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 408118a077..92f8d4fab3 100644 --- a/include/linux/errqueue.h +++ b/include/linux/errqueue.h | |||
| @@ -38,7 +38,7 @@ struct sock_exterr_skb | |||
| 38 | } header; | 38 | } header; |
| 39 | struct sock_extended_err ee; | 39 | struct sock_extended_err ee; |
| 40 | u16 addr_offset; | 40 | u16 addr_offset; |
| 41 | u16 port; | 41 | __be16 port; |
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | #endif | 44 | #endif |
