Skip to content
Snippets Groups Projects
Commit d8287fc8 authored by Changli Gao's avatar Changli Gao Committed by David S. Miller
Browse files

net: use __be16 instead of u16 for the userspace code

parent 773bc973
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
/************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment