X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fdemand.c;h=cfae882f64afd0f279bf14505ade821ea3a7aba4;hb=ab7cff041f1b8054ae5691df236fe18c1d23bfe6;hp=dc13ba75e0ae0cf5c882f17cc9c6845a55c5f535;hpb=8612e02b5b7a486edaa33d74f98c0c5664fb5302;p=ppp.git diff --git a/pppd/demand.c b/pppd/demand.c index dc13ba7..cfae882 100644 --- a/pppd/demand.c +++ b/pppd/demand.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: demand.c,v 1.6 1997/04/30 05:51:56 paulus Exp $"; +static char rcsid[] = "$Id: demand.c,v 1.10 1999/03/19 04:23:38 paulus Exp $"; #endif #include @@ -26,7 +26,6 @@ static char rcsid[] = "$Id: demand.c,v 1.6 1997/04/30 05:51:56 paulus Exp $"; #include #include #include -#include #include #include #include @@ -35,8 +34,8 @@ static char rcsid[] = "$Id: demand.c,v 1.6 1997/04/30 05:51:56 paulus Exp $"; #include #include #include -#include #ifdef PPP_FILTER +#include #include #include #endif @@ -262,7 +261,7 @@ loop_frame(frame, len) { struct packet *pkt; - /* log_packet(frame, len, "from loop: ", LOG_DEBUG); */ + /* dbglog("from loop: %P", frame, len); */ if (len < PPP_HDRLEN) return 0; if ((PPP_PROTOCOL(frame) & 0x8000) != 0)