X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fif_pppvar.h;h=92381e2c6e5b49564f834311625d54f2f4bceffa;hb=580389b1f7f0351588e157360b2e7d452cc33a05;hp=3d0ee88fe12c2dedd67e491570a4031a4d2d60aa;hpb=6589bd3bbe86761cc41767a1400a69bbc985788a;p=ppp.git diff --git a/linux/if_pppvar.h b/linux/if_pppvar.h index 3d0ee88..92381e2 100644 --- a/linux/if_pppvar.h +++ b/linux/if_pppvar.h @@ -93,7 +93,7 @@ struct ppp { __s32 magic; /* magic value for structure */ /* Bitmapped flag fields. */ - __u8 inuse; /* are we allocated? */ + __u32 inuse; /* are we allocated? */ __u8 escape; /* 0x20 if prev char was PPP_ESC*/ __u8 toss; /* toss this frame */