From owner-cvs-all Mon Mar 13 17:46:18 2000 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 169BC37B687; Mon, 13 Mar 2000 17:46:13 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA81776; Mon, 13 Mar 2000 17:46:12 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200003140146.RAA81776@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 Mar 2000 17:46:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h chap.c chap.h chat.c chat.h datalink.c datalink.h descriptor.h ether.c exec.c main.c mp.c mp.h physical.c physical.h prompt.c prompt.h radius.c radius.h server.c server.h tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/03/13 17:46:11 PST Modified files: usr.sbin/ppp bundle.c bundle.h chap.c chap.h chat.c chat.h datalink.c datalink.h descriptor.h ether.c exec.c main.c mp.c mp.h physical.c physical.h prompt.c prompt.h radius.c radius.h server.c server.h tty.c Log: To avoid namespace polution in NetBSD: ``struct descriptor'' -> ``struct fdescriptor'' Revision Changes Path 1.85 +13 -13 src/usr.sbin/ppp/bundle.c 1.34 +5 -5 src/usr.sbin/ppp/bundle.h 1.62 +5 -5 src/usr.sbin/ppp/chap.c 1.18 +2 -2 src/usr.sbin/ppp/chap.h 1.71 +5 -5 src/usr.sbin/ppp/chat.c 1.16 +2 -2 src/usr.sbin/ppp/chat.h 1.58 +5 -5 src/usr.sbin/ppp/datalink.c 1.13 +2 -2 src/usr.sbin/ppp/datalink.h 1.8 +6 -6 src/usr.sbin/ppp/descriptor.h 1.10 +4 -4 src/usr.sbin/ppp/ether.c 1.19 +2 -2 src/usr.sbin/ppp/exec.c 1.168 +3 -3 src/usr.sbin/ppp/main.c 1.37 +5 -5 src/usr.sbin/ppp/mp.c 1.10 +2 -2 src/usr.sbin/ppp/mp.h 1.35 +7 -7 src/usr.sbin/ppp/physical.c 1.21 +6 -6 src/usr.sbin/ppp/physical.h 1.21 +5 -5 src/usr.sbin/ppp/prompt.c 1.6 +2 -2 src/usr.sbin/ppp/prompt.h 1.12 +9 -9 src/usr.sbin/ppp/radius.c 1.4 +2 -2 src/usr.sbin/ppp/radius.h 1.29 +5 -5 src/usr.sbin/ppp/server.c 1.7 +2 -2 src/usr.sbin/ppp/server.h 1.22 +2 -2 src/usr.sbin/ppp/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message