diff options
author | brian <brian@FreeBSD.org> | 2000-07-19 02:10:35 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-07-19 02:10:35 +0000 |
commit | 9a38ef3d034bff881c4ede9c838ebd50168a9d1b (patch) | |
tree | 501555d2962ebd43bc8b67e390a805edb920edac /usr.sbin/ppp/acf.c | |
parent | 1a45e35d8cba1d7ed1e7cb12d1d85c6e8126706a (diff) | |
download | FreeBSD-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/acf.c')
-rw-r--r-- | usr.sbin/ppp/acf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/acf.c b/usr.sbin/ppp/acf.c index 9e2b63b..4db0b6b 100644 --- a/usr.sbin/ppp/acf.c +++ b/usr.sbin/ppp/acf.c @@ -39,10 +39,10 @@ #include "mbuf.h" #include "acf.h" #include "proto.h" -#include "lcp.h" #include "throughput.h" #include "lqr.h" #include "hdlc.h" +#include "lcp.h" #include "ccp.h" #include "link.h" #include "descriptor.h" |