From ec78dccdebd40253b1f26fdab3aa5a2e418ea9cd Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 31 Mar 1999 05:29:08 +0000 Subject: [PATCH] fix minor compilation nit --- linux/ppp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/ppp.c b/linux/ppp.c index 777afa7..45a1c60 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.23 1999/03/31 05:29:08 paulus Exp $ */ #include #include @@ -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; -- 2.39.2