From d344ccb0681c547ce4087962b54d10859bb09137 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 2 May 1995 02:49:09 +0000 Subject: [PATCH 1/1] fix compilation nit --- modules/bsd-comp.c | 4 ++-- ultrix/bsd-comp.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/bsd-comp.c b/modules/bsd-comp.c index 6bdbe10..b37d363 100644 --- a/modules/bsd-comp.c +++ b/modules/bsd-comp.c @@ -41,7 +41,7 @@ * This version is for use with STREAMS under SunOS 4.x, * DEC Alpha OSF/1, and AIX 4.x. * - * $Id: bsd-comp.c,v 1.10 1995/05/01 01:43:16 paulus Exp $ + * $Id: bsd-comp.c,v 1.11 1995/05/02 02:49:09 paulus Exp $ */ #ifdef __aix4__ @@ -148,7 +148,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)); 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)); -- 2.39.2