From owner-cvs-all Mon May 24 9:39:23 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 97A5E14E41; Mon, 24 May 1999 09:39:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA66438; Mon, 24 May 1999 09:39:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905241639.JAA66438@freefall.freebsd.org> From: Brian Somers Date: Mon, 24 May 1999 09:39:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp exec.c physical.c physical.h tcp.c tty.c udp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/24 09:39:20 PDT Modified files: usr.sbin/ppp exec.c physical.c physical.h tcp.c tty.c udp.c Log: Correct the ``ignoring sync/async'' warnings so that they show up with the correct device type. Reassign the correct tcpdevice or execdevice after transfering a link in MP server mode. Revision Changes Path 1.3 +5 -3 src/usr.sbin/ppp/exec.c 1.14 +6 -7 src/usr.sbin/ppp/physical.c 1.11 +2 -2 src/usr.sbin/ppp/physical.h 1.3 +5 -3 src/usr.sbin/ppp/tcp.c 1.7 +4 -7 src/usr.sbin/ppp/tty.c 1.2 +8 -12 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message