pptp: fix byte order warnings
[deliverable/linux.git] / include / uapi / linux / if_pppox.h
index e36a4aecd3117ebdaf46c17ac115e5d0a29bcede..e128769331b5a7c6be4a10cf44c262be68a65772 100644 (file)
@@ -46,7 +46,7 @@ struct pppoe_addr {
  * PPTP addressing definition
  */
 struct pptp_addr {
-       __be16          call_id;
+       __u16           call_id;
        struct in_addr  sin_addr;
 };
 
This page took 0.024944 seconds and 5 git commands to generate.