Skip to content

Commit

Permalink
[NET]: struct sock_exterr_skb annotations
Browse files Browse the repository at this point in the history
->port is net-endian

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent 0579016 commit b406313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/errqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct sock_exterr_skb
} header;
struct sock_extended_err ee;
u16 addr_offset;
u16 port;
__be16 port;
};

#endif
Expand Down

0 comments on commit b406313

Please sign in to comment.