From ecefb9d1a210a6c86638b396ea5ece55c433bc66 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 27 Jun 1998 23:48:54 +0000 Subject: o Fix remaining sizeof problems for 64 bit machines. o Allow ``set ....'' when we have multiple links but aren't in multilink mode. o Do a TLS when we receive a ``Open'' event in ``Closed'' state, despite the rfc state transition table. This is clearly an error in the RFC as TLS cannot have yet been called (without TLF) in the ``Closed'' state. I've posted a message to comp.protocols.ppp for confirmation. --- usr.sbin/ppp/link.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp/link.c') diff --git a/usr.sbin/ppp/link.c b/usr.sbin/ppp/link.c index ead0e14..21be939 100644 --- a/usr.sbin/ppp/link.c +++ b/usr.sbin/ppp/link.c @@ -23,13 +23,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.c,v 1.1.2.20 1998/05/01 19:24:59 brian Exp $ + * $Id: link.c,v 1.2 1998/05/21 21:46:10 brian Exp $ * */ #include #include +#include #include #include "mbuf.h" -- cgit v1.1