From f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 26 Aug 1998 17:39:37 +0000 Subject: Put the IP buffer queues into struct ipcp. Forgotten by: me --- usr.sbin/ppp/slcompress.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ppp/slcompress.c') diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index c6dfe62..0a1b9c1 100644 --- a/usr.sbin/ppp/slcompress.c +++ b/usr.sbin/ppp/slcompress.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.c,v 1.18 1998/06/15 19:06:24 brian Exp $ + * $Id: slcompress.c,v 1.19 1998/06/27 12:03:50 brian Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. @@ -45,10 +45,10 @@ #include "fsm.h" #include "throughput.h" #include "iplist.h" -#include "ipcp.h" -#include "filter.h" #include "lqr.h" #include "hdlc.h" +#include "ipcp.h" +#include "filter.h" #include "lcp.h" #include "ccp.h" #include "link.h" -- cgit v1.1