summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-07-19 02:10:35 +0000
committerbrian <brian@FreeBSD.org>2000-07-19 02:10:35 +0000
commit9a38ef3d034bff881c4ede9c838ebd50168a9d1b (patch)
tree501555d2962ebd43bc8b67e390a805edb920edac /usr.sbin/ppp/ccp.c
parent1a45e35d8cba1d7ed1e7cb12d1d85c6e8126706a (diff)
downloadFreeBSD-src-9a38ef3d034bff881c4ede9c838ebd50168a9d1b.zip
FreeBSD-src-9a38ef3d034bff881c4ede9c838ebd50168a9d1b.tar.gz
Support link identification from rfc1570
Two new commands are available; ``ident'' and ``sendident''.
Diffstat (limited to 'usr.sbin/ppp/ccp.c')
-rw-r--r--usr.sbin/ppp/ccp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c
index 8ea9775..e7df030 100644
--- a/usr.sbin/ppp/ccp.c
+++ b/usr.sbin/ppp/ccp.c
@@ -41,8 +41,6 @@
#include "timer.h"
#include "fsm.h"
#include "proto.h"
-#include "lcp.h"
-#include "ccp.h"
#include "pred.h"
#include "deflate.h"
#include "throughput.h"
@@ -50,6 +48,8 @@
#include "slcompress.h"
#include "lqr.h"
#include "hdlc.h"
+#include "lcp.h"
+#include "ccp.h"
#include "ipcp.h"
#include "filter.h"
#include "descriptor.h"
OpenPOWER on IntegriCloud