diff options
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r-- | usr.sbin/ppp/chat.c | 5 |
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 |