diff options
author | brian <brian@FreeBSD.org> | 1998-01-21 02:15:33 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-01-21 02:15:33 +0000 |
commit | 8a229af5668a46fda9ae9c7a0fc18cf5d0f2e337 (patch) | |
tree | 403c2042c52b8c056a6d3fd2cb974c58a8dfa534 /usr.sbin/ppp/auth.c | |
parent | 606a03ebe5beda6ea740330bf2295c7adc7f4101 (diff) | |
download | FreeBSD-src-8a229af5668a46fda9ae9c7a0fc18cf5d0f2e337.zip FreeBSD-src-8a229af5668a46fda9ae9c7a0fc18cf5d0f2e337.tar.gz |
Remove unused #includes.
Make various bits static.
Remove unused variables.
Submitted by: eivind
Diffstat (limited to 'usr.sbin/ppp/auth.c')
-rw-r--r-- | usr.sbin/ppp/auth.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index 9e07cc7..4226a0a 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.25 1997/12/24 09:28:50 brian Exp $ + * $Id: auth.c,v 1.26 1998/01/05 01:35:17 brian Exp $ * * TODO: * o Implement check against with registered IP addresses. @@ -31,20 +31,15 @@ #include "command.h" #include "mbuf.h" -#include "log.h" #include "defs.h" #include "timer.h" #include "fsm.h" -#include "lcpproto.h" #include "ipcp.h" #include "loadalias.h" #include "vars.h" -#include "filter.h" #include "auth.h" #include "chat.h" #include "systems.h" -#include "iplist.h" -#include "route.h" void LocalAuthInit() |