X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=netbsd-1.1%2Fbsd-comp.c;h=f4f298455de9244359b25cbe025ac1a49714267e;hp=35880b363c52ed018790d83e8c24715cdfe4fbfa;hb=ef8c746d25d5c9bab2a8a8b28266cd19c4762291;hpb=2b2a919c1b99f69f039e4c0209b7844b8e5ddd6b;ds=sidebyside diff --git a/netbsd-1.1/bsd-comp.c b/netbsd-1.1/bsd-comp.c index 35880b3..f4f2984 100644 --- a/netbsd-1.1/bsd-comp.c +++ b/netbsd-1.1/bsd-comp.c @@ -1,4 +1,4 @@ -/* $Id: bsd-comp.c,v 1.5 1996/07/01 05:31:02 paulus Exp $ */ +/* $Id: bsd-comp.c,v 1.6 1996/08/28 06:31:58 paulus Exp $ */ /* Because this code is derived from the 4.3BSD compress source: * @@ -206,7 +206,6 @@ bsd_clear(db) db->ratio = 0; db->bytes_out = 0; db->in_count = 0; - db->incomp_count = 0; db->checkpoint = CHECK_GAP; }