net: use __be16 instead of u16 for the userspace code
Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
773bc97397
Коммит
d8287fc864
|
@ -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;
|
||||
};
|
||||
|
||||
/************************************************************************
|
||||
|
|
Загрузка…
Ссылка в новой задаче