Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ struct pppoe_addr {
 * PPTP addressing definition
 */
struct pptp_addr {
	u16             call_id;
	__be16		call_id;
	struct in_addr	sin_addr;
};