X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fccp.h;h=a2435bb4c355e7e5d86dc6fbc3a83e2b973d5d7d;hp=95a1b232b9e104ba8b9251b9f4edf5b2f9d67fe3;hb=03c27e8191546fde9b0821645d72e4234d5d47bc;hpb=a3396b002507d72b3e1f1169bd02ae018539654b diff --git a/pppd/ccp.h b/pppd/ccp.h index 95a1b23..a2435bb 100644 --- a/pppd/ccp.h +++ b/pppd/ccp.h @@ -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;