Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 1998 11:33:42 -0800 (PST)
From:      Brian Somers <brian@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
Message-ID:  <199802021933.LAA27391@freefall.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802021933.LAA27391>