diff options
author | brian <brian@cvs.openbsd.org> | 1998-01-21 02:13:45 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-01-21 02:13:45 +0000 |
commit | 8a2ec42180fb11a937a82cb373eb5158f74e1ab8 (patch) | |
tree | 442249b74cfbdcd52476e670964a3b269c05ad77 /usr.sbin/ppp/auth.c | |
parent | 5391f133fb9aab9e640da69ab7483f786af27580 (diff) |
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 42dd15bd9e6..8c6d78676c7 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.3 1998/01/05 01:39:03 brian Exp $ + * $Id: auth.c,v 1.4 1998/01/21 02:13:29 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() |