aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-03-13 21:07:46 +0000
committerBrian Somers <brian@FreeBSD.org>1998-03-13 21:07:46 +0000
commit5828db6d2dd0f1a405f9140373c37e07395466b6 (patch)
tree7e0a3309adc7623628e61aad414f5aa0fa13b3a1 /usr.sbin/ppp/ccp.c
parenta611cad61ddd580230399f0ef61f637a208345fb (diff)
downloadsrc-5828db6d2dd0f1a405f9140373c37e07395466b6.tar.gz
src-5828db6d2dd0f1a405f9140373c37e07395466b6.zip
Move the IPCP into struct bundle.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=34557
Diffstat (limited to 'usr.sbin/ppp/ccp.c')
-rw-r--r--usr.sbin/ppp/ccp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c
index 2154f68016cb..7bf9c8973ef3 100644
--- a/usr.sbin/ppp/ccp.c
+++ b/usr.sbin/ppp/ccp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ccp.c,v 1.30.2.18 1998/03/13 00:43:54 brian Exp $
+ * $Id: ccp.c,v 1.30.2.19 1998/03/13 00:44:39 brian Exp $
*
* TODO:
* o Support other compression protocols
@@ -42,12 +42,14 @@
#include "vars.h"
#include "pred.h"
#include "deflate.h"
+#include "throughput.h"
+#include "iplist.h"
+#include "ipcp.h"
#include "bundle.h"
#include "descriptor.h"
#include "prompt.h"
#include "lqr.h"
#include "hdlc.h"
-#include "throughput.h"
#include "link.h"
#include "chat.h"
#include "auth.h"