summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-09-14 05:10:38 +0000
committerPaul Mackerras <paulus@samba.org>1996-09-14 05:10:38 +0000
commitc30cbccb27fcea7cd729c3f03336e978f89871e5 (patch)
tree38760a93f83fd18ad2e77a19badf32f4356d9be3 /include
parentbe9ecce3c61067bd22186fc1e2cd4355e0f0747d (diff)
downloadppp-c30cbccb27fcea7cd729c3f03336e978f89871e5.tar.gz
inuse field needs to be 32 bits
Diffstat (limited to 'include')
-rw-r--r--include/linux/if_pppvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h
index 3d0ee88..92381e2 100644
--- a/include/linux/if_pppvar.h
+++ b/include/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 */