From owner-cvs-src@FreeBSD.ORG Sun Sep 5 01:46:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A652616A4CE; Sun, 5 Sep 2004 01:46:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C6E43D4C; Sun, 5 Sep 2004 01:46:53 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i851kr7P007853; Sun, 5 Sep 2004 01:46:53 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i851krfB007852; Sun, 5 Sep 2004 01:46:53 GMT (envelope-from brian) Message-Id: <200409050146.i851krfB007852@repoman.freebsd.org> From: Brian Somers Date: Sun, 5 Sep 2004 01:46:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp Makefile acf.c arp.c arp.h async.c atm.c atm.h auth.c auth.h bundle.c bundle.h cbcp.c ccp.c chap.c chap_ms.c chap_ms.h chat.c command.c datalink.c datalink.h... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 01:46:53 -0000 brian 2004-09-05 01:46:53 UTC FreeBSD src repository Modified files: usr.sbin/ppp Makefile acf.c arp.c arp.h async.c atm.c atm.h auth.c auth.h bundle.c bundle.h cbcp.c ccp.c chap.c chap_ms.c chap_ms.h chat.c command.c datalink.c datalink.h deflate.c defs.c defs.h ether.c ether.h exec.c filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h i4b.c i4b.h iface.c iface.h ip.c ipcp.c iplist.c ipv6cp.c lcp.c link.c lqr.c main.c main.h mbuf.c mbuf.h mp.c mp.h mppe.c nat_cmd.c ncp.c ncp.h ncpaddr.c netgraph.c netgraph.h pap.c physical.c physical.h pred.c prompt.c proto.c radius.c route.c server.c slcompress.c sync.c systems.c tcp.c tcpmss.c tty.c tty.h udp.c udp.h vjcomp.c Log: Make ppp WARNS=5 clean Revision Changes Path 1.102 +1 -0 src/usr.sbin/ppp/Makefile 1.7 +4 -3 src/usr.sbin/ppp/acf.c 1.46 +8 -8 src/usr.sbin/ppp/arp.c 1.12 +4 -4 src/usr.sbin/ppp/arp.h 1.29 +5 -5 src/usr.sbin/ppp/async.c 1.10 +3 -3 src/usr.sbin/ppp/atm.c 1.2 +1 -1 src/usr.sbin/ppp/atm.h 1.57 +9 -11 src/usr.sbin/ppp/auth.c 1.21 +3 -5 src/usr.sbin/ppp/auth.h 1.134 +21 -18 src/usr.sbin/ppp/bundle.c 1.51 +5 -5 src/usr.sbin/ppp/bundle.h 1.24 +5 -5 src/usr.sbin/ppp/cbcp.c 1.77 +21 -18 src/usr.sbin/ppp/ccp.c 1.86 +34 -29 src/usr.sbin/ppp/chap.c 1.20 +6 -8 src/usr.sbin/ppp/chap_ms.c 1.9 +2 -3 src/usr.sbin/ppp/chap_ms.h 1.79 +5 -3 src/usr.sbin/ppp/chat.c 1.301 +100 -95 src/usr.sbin/ppp/command.c 1.76 +5 -5 src/usr.sbin/ppp/datalink.c 1.15 +1 -1 src/usr.sbin/ppp/datalink.h 1.26 +8 -8 src/usr.sbin/ppp/deflate.c 1.48 +15 -8 src/usr.sbin/ppp/defs.c 1.67 +2 -2 src/usr.sbin/ppp/defs.h 1.29 +8 -6 src/usr.sbin/ppp/ether.c 1.3 +2 -2 src/usr.sbin/ppp/ether.h 1.29 +2 -1 src/usr.sbin/ppp/exec.c 1.52 +11 -13 src/usr.sbin/ppp/filter.c 1.29 +3 -3 src/usr.sbin/ppp/filter.h 1.70 +23 -19 src/usr.sbin/ppp/fsm.c 1.28 +2 -2 src/usr.sbin/ppp/fsm.h 1.51 +6 -12 src/usr.sbin/ppp/hdlc.c 1.24 +2 -2 src/usr.sbin/ppp/hdlc.h 1.15 +6 -6 src/usr.sbin/ppp/i4b.c 1.5 +2 -2 src/usr.sbin/ppp/i4b.h 1.37 +9 -5 src/usr.sbin/ppp/iface.c 1.8 +3 -3 src/usr.sbin/ppp/iface.h 1.102 +13 -11 src/usr.sbin/ppp/ip.c 1.121 +19 -29 src/usr.sbin/ppp/ipcp.c 1.10 +2 -2 src/usr.sbin/ppp/iplist.c 1.16 +7 -5 src/usr.sbin/ppp/ipv6cp.c 1.106 +19 -16 src/usr.sbin/ppp/lcp.c 1.21 +4 -4 src/usr.sbin/ppp/link.c 1.47 +7 -6 src/usr.sbin/ppp/lqr.c 1.191 +8 -7 src/usr.sbin/ppp/main.c 1.13 +1 -1 src/usr.sbin/ppp/main.h 1.46 +6 -6 src/usr.sbin/ppp/mbuf.c 1.29 +5 -5 src/usr.sbin/ppp/mbuf.h 1.54 +22 -27 src/usr.sbin/ppp/mp.c 1.12 +2 -2 src/usr.sbin/ppp/mp.h 1.26 +7 -5 src/usr.sbin/ppp/mppe.c 1.61 +5 -4 src/usr.sbin/ppp/nat_cmd.c 1.6 +13 -20 src/usr.sbin/ppp/ncp.c 1.2 +1 -1 src/usr.sbin/ppp/ncp.h 1.15 +4 -2 src/usr.sbin/ppp/ncpaddr.c 1.6 +13 -11 src/usr.sbin/ppp/netgraph.c 1.3 +1 -1 src/usr.sbin/ppp/netgraph.h 1.51 +1 -1 src/usr.sbin/ppp/pap.c 1.57 +22 -16 src/usr.sbin/ppp/physical.c 1.28 +6 -6 src/usr.sbin/ppp/physical.h 1.35 +12 -10 src/usr.sbin/ppp/pred.c 1.31 +8 -5 src/usr.sbin/ppp/prompt.c 1.7 +4 -4 src/usr.sbin/ppp/proto.c 1.49 +11 -7 src/usr.sbin/ppp/radius.c 1.92 +3 -3 src/usr.sbin/ppp/route.c 1.43 +5 -3 src/usr.sbin/ppp/server.c 1.38 +1 -1 src/usr.sbin/ppp/slcompress.c 1.8 +4 -4 src/usr.sbin/ppp/sync.c 1.68 +4 -3 src/usr.sbin/ppp/systems.c 1.19 +2 -1 src/usr.sbin/ppp/tcp.c 1.8 +8 -8 src/usr.sbin/ppp/tcpmss.c 1.31 +10 -9 src/usr.sbin/ppp/tty.c 1.7 +2 -2 src/usr.sbin/ppp/tty.h 1.20 +3 -3 src/usr.sbin/ppp/udp.c 1.5 +2 -2 src/usr.sbin/ppp/udp.h 1.40 +3 -3 src/usr.sbin/ppp/vjcomp.c