summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pppd/ccp.c4
-rw-r--r--usr.sbin/pppd/options.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pppd/ccp.c b/usr.sbin/pppd/ccp.c
index ae67952..b36c8a0 100644
--- a/usr.sbin/pppd/ccp.c
+++ b/usr.sbin/pppd/ccp.c
@@ -26,12 +26,12 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: ccp.c,v 1.11 1995/08/16 04:15:38 paulus Exp $";
+static char rcsid[] = "$Id: ccp.c,v 1.2 1995/10/31 21:20:49 peter Exp $";
#endif
#include <syslog.h>
#include <sys/ioctl.h>
-#include <net/ppp-comp.h>
+#include <net/ppp_comp.h>
#include "pppd.h"
#include "fsm.h"
diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c
index d6f89e2..491d2eb 100644
--- a/usr.sbin/pppd/options.c
+++ b/usr.sbin/pppd/options.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: options.c,v 1.24 1995/08/16 01:39:35 paulus Exp $";
+static char rcsid[] = "$Id: options.c,v 1.6 1995/10/31 21:21:31 peter Exp $";
#endif
#include <stdio.h>
@@ -45,7 +45,7 @@ static char rcsid[] = "$Id: options.c,v 1.24 1995/08/16 01:39:35 paulus Exp $";
#include "chap.h"
#include "ccp.h"
-#include <net/ppp-comp.h>
+#include <net/ppp_comp.h>
#define FALSE 0
#define TRUE 1
OpenPOWER on IntegriCloud