diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-08-26 17:39:37 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-08-26 17:39:37 +0000 |
| commit | 5a72b6eda3bd6e028d085dd1d071558adc28e6ee (patch) | |
| tree | 49a0df3831d2989001c030b315e51185c1e6b7d0 /usr.sbin/ppp/auth.c | |
| parent | 4a7a0661062423083736082cc0ac0ab2e35fdc39 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/auth.c')
| -rw-r--r-- | usr.sbin/ppp/auth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index 811709e0fa59..be406d024907 100644 --- a/usr.sbin/ppp/auth.c +++ b/usr.sbin/ppp/auth.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.c,v 1.31 1998/07/19 21:07:24 brian Exp $ + * $Id: auth.c,v 1.32 1998/08/07 18:42:47 brian Exp $ * * TODO: * o Implement check against with registered IP addresses. @@ -40,12 +40,12 @@ #include "iplist.h" #include "throughput.h" #include "slcompress.h" +#include "lqr.h" +#include "hdlc.h" #include "ipcp.h" #include "auth.h" #include "systems.h" #include "lcp.h" -#include "lqr.h" -#include "hdlc.h" #include "ccp.h" #include "link.h" #include "descriptor.h" |
