summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chat.c
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1998-01-21 02:13:45 +0000
committerbrian <brian@cvs.openbsd.org>1998-01-21 02:13:45 +0000
commit8a2ec42180fb11a937a82cb373eb5158f74e1ab8 (patch)
tree442249b74cfbdcd52476e670964a3b269c05ad77 /usr.sbin/ppp/chat.c
parent5391f133fb9aab9e640da69ab7483f786af27580 (diff)
Remove unused #includes.
Make various bits static. Remove unused variables. Submitted by: eivind
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r--usr.sbin/ppp/chat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c
index 4c3085480ee..6bcd5cb4226 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.5 1997/12/27 07:22:16 brian Exp $
+ * $Id: chat.c,v 1.6 1998/01/21 02:13:30 brian Exp $
*
* TODO:
* o Support more UUCP compatible control sequences.
@@ -36,9 +36,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h>
#include <sys/time.h>
-#include <sys/uio.h>
#include <sys/wait.h>
#include <termios.h>
#include <unistd.h>
@@ -51,7 +49,6 @@
#include "loadalias.h"
#include "vars.h"
#include "chat.h"
-#include "sig.h"
#include "modem.h"
#ifndef isblank