X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fppp.c;h=aa0ebc54a9fb7677e4045f80810abd357a530ca7;hb=713f439d750c5774b1ae86b9b830a35819d00d2e;hp=777afa793ab73d84ffa43e243bdaa5144840bf91;hpb=c1d7b083dc15423cae75be3c8b50a9a35aceac21;p=ppp.git diff --git a/linux/ppp.c b/linux/ppp.c index 777afa7..aa0ebc5 100644 --- a/linux/ppp.c +++ b/linux/ppp.c @@ -4,7 +4,7 @@ * Al Longyear * Extensively rewritten by Paul Mackerras * - * ==FILEVERSION 990325== + * ==FILEVERSION 990331== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the number above to the @@ -45,7 +45,7 @@ #define PPP_MAX_RCV_QLEN 32 /* max # frames we queue up for pppd */ -/* $Id: ppp.c,v 1.22 1999/03/30 06:33:07 paulus Exp $ */ +/* $Id: ppp.c,v 1.24 1999/03/31 06:07:57 paulus Exp $ */ #include #include @@ -104,7 +104,7 @@ #endif #undef PPP_VERSION -#define PPP_VERSION "2.3.6" +#define PPP_VERSION "2.3.7" #if LINUX_VERSION_CODE >= VERSION(2,1,4) @@ -1526,7 +1526,7 @@ ppp_tty_receive (struct tty_struct *tty, const __u8 * data, ppp->toss = 0xC0; if (ppp->flags & SC_DEBUG) printk(KERN_DEBUG "rcv frame too long: " - "len=%ld mru=%d hroom=%d troom=%d\n", + "len=%d mru=%d hroom=%d troom=%d\n", skb->len, ppp->mru, skb_headroom(skb), skb_tailroom(skb)); continue;