From owner-cvs-usrsbin Tue Sep 2 17:45:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA07021 for cvs-usrsbin-outgoing; Tue, 2 Sep 1997 17:45:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA06928; Tue, 2 Sep 1997 17:42:40 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA14689; Tue, 2 Sep 1997 17:40:52 -0700 (PDT) Date: Tue, 2 Sep 1997 17:40:52 -0700 (PDT) Message-Id: <199709030040.RAA14689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ip.c lcp.c os.c os.h timeout.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/09/02 17:40:52 PDT Modified files: usr.sbin/ppp ip.c lcp.c os.c os.h timeout.h Log: Allow the transition from an idle timeout value of zero (no timeout) while IPCP is up. Move some prototypes into .h files and re-order some includes. Revision Changes Path 1.24 +3 -2 src/usr.sbin/ppp/ip.c 1.29 +4 -4 src/usr.sbin/ppp/lcp.c 1.26 +7 -1 src/usr.sbin/ppp/os.c 1.8 +6 -4 src/usr.sbin/ppp/os.h 1.12 +2 -1 src/usr.sbin/ppp/timeout.h