]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ccp.h
change type of bitfield from u_short to u_int
[ppp.git] / pppd / ccp.h
index 95a1b232b9e104ba8b9251b9f4edf5b2f9d67fe3..a2435bb4c355e7e5d86dc6fbc3a83e2b973d5d7d 100644 (file)
@@ -24,7 +24,7 @@
  * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
  * OR MODIFICATIONS.
  *
- * $Id: ccp.h,v 1.2 1994/09/21 06:47:37 paulus Exp $
+ * $Id: ccp.h,v 1.3 1994/10/18 02:07:33 paulus Exp $
  */
 
 /*
@@ -39,7 +39,7 @@
 #define RESETACK       15
 
 typedef struct ccp_options {
-    u_short bsd_compress: 1;   /* do BSD Compress? */
+    u_int bsd_compress: 1;     /* do BSD Compress? */
     u_short bsd_bits;          /* # bits/code for BSD Compress */
 } ccp_options;