diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-02-11 10:14:08 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-02-11 10:14:08 +0000 |
| commit | 58330d7bfad4d97dad6a42357ebbd436389057dd (patch) | |
| tree | c0e6dac492232f995f0f1646eeb5bf8bc8e02e96 /usr.sbin/ppp/hdlc.c | |
| parent | e4a5d947a3b81372599b908f73a19348b69b2bb8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/hdlc.c')
| -rw-r--r-- | usr.sbin/ppp/hdlc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index bca157db9704..ff509b8f35e2 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.c,v 1.37 1999/01/28 01:56:32 brian Exp $ + * $Id: hdlc.c,v 1.38 1999/02/06 02:54:45 brian Exp $ * * TODO: */ @@ -48,12 +48,12 @@ #include "vjcomp.h" #include "auth.h" #include "pap.h" -#include "chap.h" #include "lcp.h" #include "async.h" #include "ccp.h" #include "link.h" #include "descriptor.h" +#include "chap.h" #include "physical.h" #include "prompt.h" #include "chat.h" |
