aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap.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/chap.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/chap.c')
-rw-r--r--usr.sbin/ppp/chap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c
index e1d84a539e59..2469bbf7edaf 100644
--- a/usr.sbin/ppp/chap.c
+++ b/usr.sbin/ppp/chap.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: chap.c,v 1.28.2.4 1998/01/31 02:48:15 brian Exp $
+ * $Id: chap.c,v 1.28.2.5 1998/02/02 19:32:03 brian Exp $
*
* TODO:
*/
@@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <termios.h>
#include <time.h>
#include <unistd.h>
#ifdef __OpenBSD__
@@ -56,6 +57,9 @@
#include "loadalias.h"
#include "vars.h"
#include "auth.h"
+#include "async.h"
+#include "throughput.h"
+#include "link.h"
#include "physical.h"
static const char *chapcodes[] = {