From owner-cvs-usrsbin Mon Feb 2 11:34:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21721 for cvs-usrsbin-outgoing; Mon, 2 Feb 1998 11:34:13 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 LAA21594; Mon, 2 Feb 1998 11:33:59 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA27391; Mon, 2 Feb 1998 11:33:42 -0800 (PST) Date: Mon, 2 Feb 1998 11:33:42 -0800 (PST) Message-Id: <199802021933.LAA27391@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 async.h auth.c chap.c chat.c command.c fsm.c hdlc.c ipcp.c lcp.c lqr.c main.c modem.c pap.c physical.c physical.h vars.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/02/02 11:33:41 PST Modified files: (Branch: MP) usr.sbin/ppp async.c async.h auth.c chap.c chat.c command.c fsm.c hdlc.c ipcp.c lcp.c lqr.c main.c modem.c pap.c physical.c physical.h vars.c Log: Create `struct async' and make it part of `struct physical'. This structure contains the asynchronous state of the physical link. Unfortunately, just about every .h file is included in every .c file now. Fixing this can be one of the last jobs. Revision Changes Path 1.15.2.4 +36 -53 src/usr.sbin/ppp/async.c 1.2.4.4 +16 -5 src/usr.sbin/ppp/async.h 1.27.2.5 +6 -1 src/usr.sbin/ppp/auth.c 1.28.2.6 +5 -1 src/usr.sbin/ppp/chap.c 1.44.2.2 +7 -1 src/usr.sbin/ppp/chat.c 1.131.2.7 +2 -1 src/usr.sbin/ppp/command.c 1.27.2.5 +2 -1 src/usr.sbin/ppp/fsm.c 1.28.2.6 +2 -2 src/usr.sbin/ppp/hdlc.c 1.50.2.7 +4 -1 src/usr.sbin/ppp/ipcp.c 1.55.2.7 +3 -2 src/usr.sbin/ppp/lcp.c 1.22.2.5 +7 -3 src/usr.sbin/ppp/lqr.c 1.121.2.6 +2 -4 src/usr.sbin/ppp/main.c 1.77.2.4 +4 -4 src/usr.sbin/ppp/modem.c 1.20.2.6 +5 -1 src/usr.sbin/ppp/pap.c 1.1.2.3 +4 -3 src/usr.sbin/ppp/Attic/physical.c 1.1.2.3 +2 -5 src/usr.sbin/ppp/Attic/physical.h 1.45.2.3 +6 -2 src/usr.sbin/ppp/vars.c