Date: Tue, 20 Jan 1998 18:15:37 -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 alias_cmd.c async.c auth.c ccp.c chap_ms.c chat.c defs.c filter.c fsm.h hdlc.c hdlc.h id.c ip.c ipcp.c lcp.c log.c lqr.c lqr.h main.c mbuf.c mbuf.h modem.c modem.h os.c phase.h route.c server.c systems.c timer.c timer.h ... Message-ID: <199801210215.SAA06416@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/01/20 18:15:37 PST
Modified files:
usr.sbin/ppp alias_cmd.c async.c auth.c ccp.c
chap_ms.c chat.c defs.c filter.c fsm.h
hdlc.c hdlc.h id.c ip.c ipcp.c lcp.c
log.c lqr.c lqr.h main.c mbuf.c mbuf.h
modem.c modem.h os.c phase.h route.c
server.c systems.c timer.c timer.h tun.c
vars.c vars.h vjcomp.c
Log:
Remove unused #includes.
Make various bits static.
Remove unused variables.
Submitted by: eivind
Revision Changes Path
1.12 +1 -2 src/usr.sbin/ppp/alias_cmd.c
1.15 +4 -5 src/usr.sbin/ppp/async.c
1.27 +1 -6 src/usr.sbin/ppp/auth.c
1.30 +1 -2 src/usr.sbin/ppp/ccp.c
1.5 +1 -4 src/usr.sbin/ppp/chap_ms.c
1.44 +1 -4 src/usr.sbin/ppp/chat.c
1.11 +1 -2 src/usr.sbin/ppp/defs.c
1.22 +2 -3 src/usr.sbin/ppp/filter.c
1.16 +1 -2 src/usr.sbin/ppp/fsm.h
1.28 +9 -14 src/usr.sbin/ppp/hdlc.c
1.14 +1 -3 src/usr.sbin/ppp/hdlc.h
1.6 +1 -6 src/usr.sbin/ppp/id.c
1.38 +3 -5 src/usr.sbin/ppp/ip.c
1.50 +2 -5 src/usr.sbin/ppp/ipcp.c
1.55 +3 -5 src/usr.sbin/ppp/lcp.c
1.25 +1 -2 src/usr.sbin/ppp/log.c
1.22 +5 -3 src/usr.sbin/ppp/lqr.c
1.12 +3 -3 src/usr.sbin/ppp/lqr.h
1.119 +3 -6 src/usr.sbin/ppp/main.c
1.13 +2 -3 src/usr.sbin/ppp/mbuf.c
1.11 +1 -3 src/usr.sbin/ppp/mbuf.h
1.76 +2 -4 src/usr.sbin/ppp/modem.c
1.16 +1 -3 src/usr.sbin/ppp/modem.h
1.42 +1 -6 src/usr.sbin/ppp/os.c
1.9 +1 -2 src/usr.sbin/ppp/phase.h
1.42 +2 -3 src/usr.sbin/ppp/route.c
1.16 +1 -2 src/usr.sbin/ppp/server.c
1.35 +1 -3 src/usr.sbin/ppp/systems.c
1.27 +3 -5 src/usr.sbin/ppp/timer.c
1.5 +1 -4 src/usr.sbin/ppp/timer.h
1.6 +1 -2 src/usr.sbin/ppp/tun.c
1.45 +2 -5 src/usr.sbin/ppp/vars.c
1.42 +1 -4 src/usr.sbin/ppp/vars.h
1.16 +4 -5 src/usr.sbin/ppp/vjcomp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801210215.SAA06416>
