From owner-cvs-all Mon Dec 27 3:55: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E361515013; Mon, 27 Dec 1999 03:54:59 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA37530; Mon, 27 Dec 1999 03:54:59 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199912271154.DAA37530@freefall.freebsd.org> From: Brian Somers Date: Mon, 27 Dec 1999 03:54:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c cbcp.c ccp.c chap.c datalink.c filter.c fsm.c fsm.h ip.c ipcp.c lcp.c log.c main.c mbuf.c pap.c timer.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/12/27 03:54:59 PST Modified files: usr.sbin/ppp bundle.c cbcp.c ccp.c chap.c datalink.c filter.c fsm.c fsm.h ip.c ipcp.c lcp.c log.c main.c mbuf.c pap.c timer.c Log: Add a bunch of `const's and fix a typo. Submitted by: Rich Neswold Revision Changes Path 1.81 +2 -2 src/usr.sbin/ppp/bundle.c 1.18 +3 -3 src/usr.sbin/ppp/cbcp.c 1.54 +4 -4 src/usr.sbin/ppp/ccp.c 1.59 +2 -2 src/usr.sbin/ppp/chap.c 1.56 +2 -2 src/usr.sbin/ppp/datalink.c 1.39 +5 -5 src/usr.sbin/ppp/filter.c 1.52 +3 -3 src/usr.sbin/ppp/fsm.c 1.23 +2 -2 src/usr.sbin/ppp/fsm.h 1.77 +4 -2 src/usr.sbin/ppp/ip.c 1.90 +4 -4 src/usr.sbin/ppp/ipcp.c 1.81 +3 -3 src/usr.sbin/ppp/lcp.c 1.44 +2 -2 src/usr.sbin/ppp/log.c 1.166 +2 -2 src/usr.sbin/ppp/main.c 1.35 +2 -2 src/usr.sbin/ppp/mbuf.c 1.42 +4 -2 src/usr.sbin/ppp/pap.c 1.38 +2 -2 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message