aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/auth.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
commit2764b86afdc99a30f4b1a4da2c04db8aa7aa785d (patch)
tree0cb588250996f90611161eaaa08e4d721765d9b3 /usr.sbin/ppp/auth.c
parentd24f017be800e31ad16d74ae3366abab383cefe0 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/auth.c')
-rw-r--r--usr.sbin/ppp/auth.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c
index da2c0dd84ff3..88bf255b1ac2 100644
--- a/usr.sbin/ppp/auth.c
+++ b/usr.sbin/ppp/auth.c
@@ -17,12 +17,12 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: auth.c,v 1.27.2.18 1998/04/03 19:25:21 brian Exp $
+ * $Id: auth.c,v 1.27.2.19 1998/04/06 09:12:22 brian Exp $
*
* TODO:
* o Implement check against with registered IP addresses.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
@@ -32,7 +32,6 @@
#include <string.h>
#include <unistd.h>
-#include "command.h"
#include "mbuf.h"
#include "defs.h"
#include "timer.h"
@@ -41,7 +40,6 @@
#include "throughput.h"
#include "slcompress.h"
#include "ipcp.h"
-#include "loadalias.h"
#include "vars.h"
#include "auth.h"
#include "systems.h"