summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chat.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-02-06 02:23:48 +0000
committerBrian Somers <brian@FreeBSD.org>1998-02-06 02:23:48 +0000
commit2289f246989477469d41233bb9688b22956f8563 (patch)
treec88e850e037e261ef2f7f79fb92ad1acd38e7eaa /usr.sbin/ppp/chat.c
parent6f1bc4e5daf643d47de7497238cdc93199a3906c (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r--usr.sbin/ppp/chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c
index 898d6473ec1d..767b1dcd0b86 100644
--- a/usr.sbin/ppp/chat.c
+++ b/usr.sbin/ppp/chat.c
@@ -18,7 +18,7 @@
* Columbus, OH 43221
* (614)451-1883
*
- * $Id: chat.c,v 1.44.2.2 1998/02/02 19:33:34 brian Exp $
+ * $Id: chat.c,v 1.44.2.3 1998/02/06 02:22:07 brian Exp $
*
* TODO:
* o Support more UUCP compatible control sequences.
@@ -48,7 +48,6 @@
#include "timer.h"
#include "loadalias.h"
#include "vars.h"
-#include "chat.h"
#include "modem.h"
#include "hdlc.h"
#include "throughput.h"
@@ -57,6 +56,7 @@
#include "link.h"
#include "async.h"
#include "physical.h"
+#include "chat.h"
#ifndef isblank
#define isblank(c) ((c) == '\t' || (c) == ' ')