提交 d8287fc8 编写于 作者: C Changli Gao 提交者: David S. Miller

net: use __be16 instead of u16 for the userspace code

Signed-off-by: NChangli Gao <xiaosuo@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 773bc973
......@@ -50,8 +50,8 @@ struct pppoe_addr {
* PPTP addressing definition
*/
struct pptp_addr {
u16 call_id;
struct in_addr sin_addr;
__be16 call_id;
struct in_addr sin_addr;
};
/************************************************************************
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册