summaryrefslogtreecommitdiff
path: root/modules/bsd-comp.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1995-05-02 02:49:09 +0000
committerPaul Mackerras <paulus@samba.org>1995-05-02 02:49:09 +0000
commitd344ccb0681c547ce4087962b54d10859bb09137 (patch)
treecb96130f92c6e8dc53b94b4becc1b85615214f41 /modules/bsd-comp.c
parent860b7a3e41792a532c7a320c144f2d47fb421140 (diff)
downloadppp-d344ccb0681c547ce4087962b54d10859bb09137.tar.gz
fix compilation nit
Diffstat (limited to 'modules/bsd-comp.c')
-rw-r--r--modules/bsd-comp.c4
1 files changed, 2 insertions, 2 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));