From owner-cvs-all Sat Jun 5 14:36:33 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 DF0EB14C48; Sat, 5 Jun 1999 14:36:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46129; Sat, 5 Jun 1999 14:36:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906052136.OAA46129@freefall.freebsd.org> From: Brian Somers Date: Sat, 5 Jun 1999 14:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c exec.c exec.h physical.c physical.h tcp.c tcp.h tty.c tty.h udp.c udp.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/05 14:36:03 PDT Modified files: usr.sbin/ppp command.c exec.c exec.h physical.c physical.h tcp.c tcp.h tty.c tty.h udp.c udp.h Log: Correct the way ppp transfers links on the server side in MP mode by padding out the ``struct device'' to the maximum device size. Bump the ppp version number to indicate the transfer format change. This should make MP over tty and udp devices functional again. Revision Changes Path 1.198 +3 -3 src/usr.sbin/ppp/command.c 1.5 +3 -1 src/usr.sbin/ppp/exec.c 1.3 +2 -1 src/usr.sbin/ppp/exec.h 1.17 +66 -15 src/usr.sbin/ppp/physical.c 1.13 +3 -2 src/usr.sbin/ppp/physical.h 1.4 +3 -1 src/usr.sbin/ppp/tcp.c 1.3 +2 -1 src/usr.sbin/ppp/tcp.h 1.9 +26 -5 src/usr.sbin/ppp/tty.c 1.3 +2 -1 src/usr.sbin/ppp/tty.h 1.3 +25 -4 src/usr.sbin/ppp/udp.c 1.2 +2 -1 src/usr.sbin/ppp/udp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message