summaryrefslogtreecommitdiffstats
path: root/include/linux/if_pppvar.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/linux/if_pppvar.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/linux/if_pppvar.h')
-rw-r--r--include/linux/if_pppvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h
index 1c7eb4f6d..2538d3408 100644
--- a/include/linux/if_pppvar.h
+++ b/include/linux/if_pppvar.h
@@ -1,4 +1,4 @@
-/* $Id: if_pppvar.h,v 1.2 1995/06/12 11:36:51 paulus Exp $ */
+/* $Id: if_pppvar.h,v 1.3 1996/09/01 07:45:23 davem Exp $ */
/*
* if_pppvar.h - private structures and declarations for PPP.
*
@@ -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 */