Date: Thu, 28 May 1998 16:15:43 -0700 (PDT) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c datalink.h id.c id.h modem.c modem.h Message-ID: <199805282315.QAA19968@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/05/28 16:15:43 PDT Modified files: usr.sbin/ppp bundle.c datalink.c datalink.h id.c id.h modem.c modem.h Log: o Don't forget to close our transfer socket if we cannot generate the data to transfer. o Transfer uucp lock ownership for the transferred device. o Don't assume we know the correct values of dev_is_modem and mbits after the transfer. Revision Changes Path 1.9 +10 -4 src/usr.sbin/ppp/bundle.c 1.6 +4 -3 src/usr.sbin/ppp/datalink.c 1.3 +2 -2 src/usr.sbin/ppp/datalink.h 1.9 +14 -1 src/usr.sbin/ppp/id.c 1.6 +2 -1 src/usr.sbin/ppp/id.h 1.86 +15 -6 src/usr.sbin/ppp/modem.c 1.18 +3 -2 src/usr.sbin/ppp/modem.h 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?199805282315.QAA19968>