X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=ultrix%2Fbsd-comp.c;h=933a5cc4dd5c212ee9f6cd3c06050289ab8802cb;hp=f129b3e07781afd8e08e244e97ca5d26f320946f;hb=d344ccb0681c547ce4087962b54d10859bb09137;hpb=860b7a3e41792a532c7a320c144f2d47fb421140 diff --git a/ultrix/bsd-comp.c b/ultrix/bsd-comp.c index f129b3e..933a5cc 100644 --- a/ultrix/bsd-comp.c +++ b/ultrix/bsd-comp.c @@ -40,7 +40,7 @@ /* * This version is for use with mbufs on Ultrix systems. * - * $Id: bsd-comp.c,v 1.4 1995/05/01 01:41:29 paulus Exp $ + * $Id: bsd-comp.c,v 1.5 1995/05/02 02:48:14 paulus Exp $ */ #include "../h/param.h" @@ -129,7 +129,7 @@ struct bsd_db { }; #define BSD_OVHD 2 /* BSD compress overhead/packet */ -#define BSD_INIT_BITS MIN_BSD_BITS +#define BSD_INIT_BITS BSD_MIN_BITS static void *bsd_comp_alloc __P((u_char *options, int opt_len)); static void *bsd_decomp_alloc __P((u_char *options, int opt_len));