From owner-freebsd-commit Thu Jan 11 09:49:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07385 for freebsd-commit-outgoing; Thu, 11 Jan 1996 09:49:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07356 for cvs-all-outgoing; Thu, 11 Jan 1996 09:49:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07346 for cvs-usrsbin-outgoing; Thu, 11 Jan 1996 09:49:10 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07335 Thu, 11 Jan 1996 09:49:07 -0800 (PST) Date: Thu, 11 Jan 1996 09:49:07 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601111749.JAA07335@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp arp.h chat.h ip.h main.h pred.h route.h systems.h Makefile arp.c async.c auth.c auth.h ccp.c ccp.h command.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ipcp.c lcp.c log.h lqr.c main.c modem.c modem.h os.c route.c slcompress.c uucplock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/11 09:49:06 Modified: usr.sbin/ppp Makefile arp.c async.c auth.c auth.h ccp.c ccp.h command.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ipcp.c lcp.c log.h lqr.c main.c modem.c modem.h os.c route.c slcompress.c uucplock.c Added: usr.sbin/ppp arp.h chat.h ip.h main.h pred.h route.h systems.h Log: Final cleanup for now. -Wall is now silent. A couple of bogons found. Revision Changes Path 1.4 +2 -1 src/usr.sbin/ppp/Makefile 1.4 +3 -1 src/usr.sbin/ppp/arp.c 1.5 +2 -1 src/usr.sbin/ppp/async.c 1.6 +10 -6 src/usr.sbin/ppp/auth.c 1.3 +3 -1 src/usr.sbin/ppp/auth.h 1.5 +2 -1 src/usr.sbin/ppp/ccp.c 1.3 +7 -1 src/usr.sbin/ppp/ccp.h 1.13 +5 -4 src/usr.sbin/ppp/command.c 1.4 +2 -1 src/usr.sbin/ppp/filter.h 1.5 +3 -2 src/usr.sbin/ppp/fsm.c 1.5 +2 -2 src/usr.sbin/ppp/fsm.h 1.7 +5 -2 src/usr.sbin/ppp/hdlc.c 1.3 +4 -2 src/usr.sbin/ppp/hdlc.h 1.7 +3 -3 src/usr.sbin/ppp/ip.c 1.7 +3 -3 src/usr.sbin/ppp/ipcp.c 1.7 +10 -6 src/usr.sbin/ppp/lcp.c 1.5 +2 -1 src/usr.sbin/ppp/log.h 1.5 +2 -1 src/usr.sbin/ppp/lqr.c 1.13 +7 -3 src/usr.sbin/ppp/main.c 1.11 +1 -2 src/usr.sbin/ppp/modem.c 1.5 +7 -2 src/usr.sbin/ppp/modem.h 1.4 +5 -1 src/usr.sbin/ppp/os.c 1.5 +2 -2 src/usr.sbin/ppp/route.c 1.4 +2 -2 src/usr.sbin/ppp/slcompress.c 1.7 +3 -2 src/usr.sbin/ppp/uucplock.c