aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-07-19 02:10:35 +0000
committerBrian Somers <brian@FreeBSD.org>2000-07-19 02:10:35 +0000
commit1038894eb08ab9fe9df118a397394f4877a742ea (patch)
treeed2b42f3f65890aefa864993d720d589d7a31d7f /usr.sbin/ppp/ccp.c
parent5523e1ab86d85fa989cbbb1656fa760fc05364cd (diff)
downloadsrc-1038894eb08ab9fe9df118a397394f4877a742ea.tar.gz
src-1038894eb08ab9fe9df118a397394f4877a742ea.zip
Support link identification from rfc1570
Two new commands are available; ``ident'' and ``sendident''.
Notes
Notes: svn path=/head/; revision=63484
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 8ea977521eaf..e7df030ecc3d 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"