From: Paul Mackerras Date: Fri, 28 Apr 1995 06:13:05 +0000 (+0000) Subject: added 0 hdrlen param to comp_init X-Git-Tag: RELEASE_2_3_6~754 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=e1056aa1bae5b1f640c4fd9e3b0b071848eee55f added 0 hdrlen param to comp_init --- diff --git a/aix4/ppp_comp.c b/aix4/ppp_comp.c index 8ce4030..4974855 100644 --- a/aix4/ppp_comp.c +++ b/aix4/ppp_comp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp_comp.c,v 1.3 1995/04/26 04:15:48 paulus Exp $ + * $Id: ppp_comp.c,v 1.4 1995/04/28 06:13:05 paulus Exp $ */ #include @@ -428,7 +428,7 @@ ppp_comp_ccp(q, mp, rcvd) if (cp->xstate != NULL && (*cp->xcomp->comp_init) (cp->xstate, dp + CCP_HDRLEN, clen - CCP_HDRLEN, - 0, /* XXX: should be unit */ + 0, /* XXX: should be unit */ 0, cp->debug)) cp->ccp_state |= CCP_COMP_RUN; } else {