From owner-cvs-all Sun Apr 19 16:09:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02743 for cvs-all-outgoing; Sun, 19 Apr 1998 16:09:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02738; Sun, 19 Apr 1998 23:09:47 GMT (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA27693; Sun, 19 Apr 1998 16:09:16 -0700 (PDT) Date: Sun, 19 Apr 1998 16:09:16 -0700 (PDT) Message-Id: <199804192309.QAA27693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c fsm.c id.c ipcp.c lcp.c log.h lqr.c modem.c prompt.h sig.c slcompress.c timer.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/04/19 16:09:15 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c fsm.c id.c ipcp.c lcp.c log.h lqr.c modem.c prompt.h sig.c slcompress.c timer.c Log: o Use __attribute__ (#ifdef __GNUC__) to type-check LogPrintf() and prompt_Printf(), and fix the bits identified as being wrong as a result. Revision Changes Path 1.1.2.55 +2 -2 src/usr.sbin/ppp/Attic/bundle.c 1.27.2.30 +8 -10 src/usr.sbin/ppp/fsm.c 1.6.4.6 +3 -3 src/usr.sbin/ppp/id.c 1.50.2.40 +12 -15 src/usr.sbin/ppp/ipcp.c 1.55.2.43 +5 -7 src/usr.sbin/ppp/lcp.c 1.18.2.4 +6 -1 src/usr.sbin/ppp/log.h 1.22.2.26 +4 -3 src/usr.sbin/ppp/lqr.c 1.77.2.53 +4 -4 src/usr.sbin/ppp/modem.c 1.1.2.8 +6 -1 src/usr.sbin/ppp/Attic/prompt.h 1.11.2.4 +2 -2 src/usr.sbin/ppp/sig.c 1.15.2.8 +2 -2 src/usr.sbin/ppp/slcompress.c 1.27.2.7 +4 -4 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message