diff options
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r-- | usr.sbin/ppp/chat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index acb57c0..bab5a9a 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.19 1997/03/08 12:15:58 ache Exp $ + * $Id: chat.c,v 1.20 1997/03/09 20:03:34 ache Exp $ * * TODO: * o Support more UUCP compatible control sequences. @@ -34,7 +34,6 @@ #include <sys/time.h> #include <fcntl.h> #include <errno.h> -#include <sys/cdefs.h> #include <signal.h> #include <sys/wait.h> #include "timeout.h" |