aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-03-16 22:54:35 +0000
committerBrian Somers <brian@FreeBSD.org>1998-03-16 22:54:35 +0000
commiteaa4df37f41891389081dc62e17cc172b36b8736 (patch)
tree7ea4a43106846e68f185309b140991da56661db2 /usr.sbin/ppp/chap.c
parenta0cbd833f36a8874a2770e45e3ecfa9f0eb700e1 (diff)
downloadsrc-eaa4df37f41891389081dc62e17cc172b36b8736.tar.gz
src-eaa4df37f41891389081dc62e17cc172b36b8736.zip
Move VJ compression state and stats into struct ipcp.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=34633
Diffstat (limited to 'usr.sbin/ppp/chap.c')
-rw-r--r--usr.sbin/ppp/chap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c
index 79c012deefc4..5ad3b8cc20a7 100644
--- a/usr.sbin/ppp/chap.c
+++ b/usr.sbin/ppp/chap.c
@@ -17,12 +17,14 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: chap.c,v 1.28.2.16 1998/03/13 21:07:29 brian Exp $
+ * $Id: chap.c,v 1.28.2.17 1998/03/16 22:51:52 brian Exp $
*
* TODO:
*/
#include <sys/param.h>
#include <netinet/in.h>
+#include <netinet/in_systm.h>
+#include <netinet/ip.h>
#include <ctype.h>
#ifdef HAVE_DES
@@ -62,6 +64,7 @@
#include "descriptor.h"
#include "physical.h"
#include "iplist.h"
+#include "slcompress.h"
#include "ipcp.h"
#include "filter.h"
#include "bundle.h"