From owner-cvs-all Mon Apr 20 18:03:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15702 for cvs-all-outgoing; Mon, 20 Apr 1998 18:03:27 -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 BAA15654; Tue, 21 Apr 1998 01:03:20 GMT (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA02892; Mon, 20 Apr 1998 18:02:40 -0700 (PDT) Date: Mon, 20 Apr 1998 18:02:40 -0700 (PDT) Message-Id: <199804210102.SAA02892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp async.c ipcp.c modem.c timer.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/04/20 18:02:39 PDT Modified files: (Branch: MP) usr.sbin/ppp async.c ipcp.c modem.c timer.c Log: o Remove some unused #includes. o Make sure our ipcp throughput timer is stopped before being nuked with a memset. o Don't initialise struct async & struct hdlc twice in modem_Create(). o Clarify some comments. Revision Changes Path 1.15.2.13 +1 -2 src/usr.sbin/ppp/async.c 1.50.2.41 +3 -2 src/usr.sbin/ppp/ipcp.c 1.77.2.55 +1 -4 src/usr.sbin/ppp/modem.c 1.27.2.8 +6 -6 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message