From owner-cvs-all Tue Aug 27 13:12: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E252D37B400; Tue, 27 Aug 2002 13:12:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DBF43E3B; Tue, 27 Aug 2002 13:12:00 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7RKC0JU087330; Tue, 27 Aug 2002 13:12:00 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7RKC07e087329; Tue, 27 Aug 2002 13:12:00 -0700 (PDT) Message-Id: <200208272012.g7RKC07e087329@freefall.freebsd.org> From: Brian Somers Date: Tue, 27 Aug 2002 13:12:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ccp.c command.c datalink.c filter.c hdlc.c iface.c ipcp.c ipv6cp.c lcp.c link.c main.c mbuf.c mp.c nat_cmd.c ncp.c physical.c prompt.h radius.c route.c server.c slcompress.c throughput.c timer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/08/27 13:12:00 PDT Modified files: usr.sbin/ppp bundle.c ccp.c command.c datalink.c filter.c hdlc.c iface.c ipcp.c ipv6cp.c lcp.c link.c main.c mbuf.c mp.c nat_cmd.c ncp.c physical.c prompt.h radius.c route.c server.c slcompress.c throughput.c timer.c Log: Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ Suggested by: mike Revision Changes Path 1.133 +1 -0 src/usr.sbin/ppp/bundle.c 1.76 +1 -0 src/usr.sbin/ppp/ccp.c 1.291 +1 -0 src/usr.sbin/ppp/command.c 1.74 +1 -0 src/usr.sbin/ppp/datalink.c 1.51 +1 -0 src/usr.sbin/ppp/filter.c 1.49 +2 -1 src/usr.sbin/ppp/hdlc.c 1.34 +1 -0 src/usr.sbin/ppp/iface.c 1.116 +1 -0 src/usr.sbin/ppp/ipcp.c 1.7 +1 -0 src/usr.sbin/ppp/ipv6cp.c 1.105 +1 -0 src/usr.sbin/ppp/lcp.c 1.19 +2 -1 src/usr.sbin/ppp/link.c 1.190 +1 -0 src/usr.sbin/ppp/main.c 1.44 +1 -0 src/usr.sbin/ppp/mbuf.c 1.53 +2 -1 src/usr.sbin/ppp/mp.c 1.59 +1 -0 src/usr.sbin/ppp/nat_cmd.c 1.5 +1 -0 src/usr.sbin/ppp/ncp.c 1.53 +1 -0 src/usr.sbin/ppp/physical.c 1.10 +2 -5 src/usr.sbin/ppp/prompt.h 1.39 +1 -0 src/usr.sbin/ppp/radius.c 1.90 +1 -0 src/usr.sbin/ppp/route.c 1.42 +1 -0 src/usr.sbin/ppp/server.c 1.37 +1 -0 src/usr.sbin/ppp/slcompress.c 1.18 +1 -0 src/usr.sbin/ppp/throughput.c 1.47 +1 -0 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message