Commit d8287fc864643beaf1623c92aceb1ab38eae0648

Authored by Changli Gao
Committed by David S. Miller
1 parent 773bc97397

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

include/linux/if_pppox.h
... ... @@ -50,8 +50,8 @@
50 50 * PPTP addressing definition
51 51 */
52 52 struct pptp_addr {
53   - u16 call_id;
54   - struct in_addr sin_addr;
  53 + __be16 call_id;
  54 + struct in_addr sin_addr;
55 55 };
56 56  
57 57 /************************************************************************