aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/auth.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-02-02 19:33:40 +0000
committerBrian Somers <brian@FreeBSD.org>1998-02-02 19:33:40 +0000
commit6140ba1177f35afccbaf1c04700fea5809d22ee7 (patch)
treea27ff84247762f2279a6d564837f3165b1f0b398 /usr.sbin/ppp/auth.c
parent820de6eb8e0c254d05c6a152854e99f4f686aa51 (diff)
downloadsrc-6140ba1177f35afccbaf1c04700fea5809d22ee7.tar.gz
src-6140ba1177f35afccbaf1c04700fea5809d22ee7.zip
Create `struct async' and make it part of `struct physical'.
This structure contains the asynchronous state of the physical link. Unfortunately, just about every .h file is included in every .c file now. Fixing this can be one of the last jobs.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=33032
Diffstat (limited to 'usr.sbin/ppp/auth.c')
-rw-r--r--usr.sbin/ppp/auth.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c
index 2ddff375fea3..6bd1aa8f1dbf 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.27.2.3 1998/01/30 19:45:26 brian Exp $
+ * $Id: auth.c,v 1.27.2.4 1998/02/02 19:32:00 brian Exp $
*
* TODO:
* o Implement check against with registered IP addresses.
@@ -28,6 +28,7 @@
#include <assert.h>
#include <stdio.h>
#include <string.h>
+#include <termios.h>
#include <unistd.h>
#include "command.h"
@@ -43,6 +44,10 @@
#include "auth.h"
#include "chat.h"
#include "systems.h"
+#include "lcp.h"
+#include "hdlc.h"
+#include "async.h"
+#include "link.h"
#include "physical.h"
void