X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=netbsd-1.1%2Fbsd-comp.c;h=6ed8b2a52bec3af714e52bd3d28afc458e551b45;hb=e91f2aefbe752d79fd8d817aa7276458172dd95a;hp=a5715e4897597ac5f232620e8cee71188e504c48;hpb=031ccaeb1dd0343d7b10990f49be6a9f4e82a7dc;p=ppp.git diff --git a/netbsd-1.1/bsd-comp.c b/netbsd-1.1/bsd-comp.c index a5715e4..6ed8b2a 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.3 1996/04/04 02:48:56 paulus Exp $ */ +/* $Id: bsd-comp.c,v 1.4 1996/07/01 01:02:22 paulus Exp $ */ /* Because this code is derived from the 4.3BSD compress source: * @@ -714,7 +714,6 @@ bsd_incomp(state, dmsg) if (ent < 0x21 || ent > 0xf9) return; - db->incomp_count++; db->seqno++; ilen = 1; /* count the protocol as 1 byte */ rptr += PPP_HDRLEN;