Date: Mon, 13 Mar 2000 17:46:11 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <200003140146.RAA81776@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003140146.RAA81776>