]> git.ozlabs.org Git - ppp.git/blobdiff - include/linux/if_pppvar.h
inuse field needs to be 32 bits
[ppp.git] / include / linux / if_pppvar.h
index 3d0ee88fe12c2dedd67e491570a4031a4d2d60aa..92381e2c6e5b49564f834311625d54f2f4bceffa 100644 (file)
@@ -93,7 +93,7 @@ struct ppp {
        __s32           magic;          /* magic value for structure    */
 
        /* Bitmapped flag fields. */
-       __u           inuse;          /* are we allocated?            */
+       __u32           inuse;          /* are we allocated?            */
        __u8            escape;         /* 0x20 if prev char was PPP_ESC*/
        __u8            toss;           /* toss this frame              */