summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-26 17:39:37 +0000
committerbrian <brian@FreeBSD.org>1998-08-26 17:39:37 +0000
commitf0dee2c38ca3e4eeca64ea4679b582c4373dbbf4 (patch)
tree82b255b761af56aea6d84d320188e4c0db94aae0 /usr.sbin/ppp/mp.c
parent307727cd4cb34041ce7fbca4c3323678d1dd9f0c (diff)
downloadFreeBSD-src-f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4.zip
FreeBSD-src-f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4.tar.gz
Put the IP buffer queues into struct ipcp.
Forgotten by: me
Diffstat (limited to 'usr.sbin/ppp/mp.c')
-rw-r--r--usr.sbin/ppp/mp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c
index 14de66a..810447e 100644
--- a/usr.sbin/ppp/mp.c
+++ b/usr.sbin/ppp/mp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp.c,v 1.13 1998/08/07 18:42:50 brian Exp $
+ * $Id: mp.c,v 1.14 1998/08/25 17:48:42 brian Exp $
*/
#include <sys/types.h>
@@ -53,11 +53,11 @@
#include "iplist.h"
#include "throughput.h"
#include "slcompress.h"
+#include "lqr.h"
+#include "hdlc.h"
#include "ipcp.h"
#include "auth.h"
#include "lcp.h"
-#include "lqr.h"
-#include "hdlc.h"
#include "async.h"
#include "ccp.h"
#include "link.h"
OpenPOWER on IntegriCloud