summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chat.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-02-25 14:05:17 +0000
committerbrian <brian@FreeBSD.org>1997-02-25 14:05:17 +0000
commit4a576feefdef6ba5bb826acd9c9ee58cee27260e (patch)
tree4252ef9f097a010aba4c613582beab10c273f68a /usr.sbin/ppp/chat.c
parent9558dcc2c302f2d907ae179ea4a34052746c6e94 (diff)
downloadFreeBSD-src-4a576feefdef6ba5bb826acd9c9ee58cee27260e.zip
FreeBSD-src-4a576feefdef6ba5bb826acd9c9ee58cee27260e.tar.gz
osreldate.h stuff suggested by: Eivind Eklund
Remove #include's from sig.h and get dependant modules to include them themselves. Make inclusion of if_var.h depend on __FreeBSD_version so that the -current version of ppp can be used with 2.1.* 2.2 Candidate ?
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r--usr.sbin/ppp/chat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c
index 25b2576..a66aa18 100644
--- a/usr.sbin/ppp/chat.c
+++ b/usr.sbin/ppp/chat.c
@@ -18,7 +18,7 @@
* Columbus, OH 43221
* (614)451-1883
*
- * $Id$
+ * $Id: chat.c,v 1.16 1997/02/22 16:10:06 peter Exp $
*
* TODO:
* o Support more UUCP compatible control sequences.
@@ -34,6 +34,8 @@
#include <sys/time.h>
#include <fcntl.h>
#include <errno.h>
+#include <sys/cdefs.h>
+#include <signal.h>
#include "sig.h"
#include <sys/wait.h>
#include "timeout.h"
OpenPOWER on IntegriCloud