summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-10-31 21:29:25 +0000
committerpeter <peter@FreeBSD.org>1995-10-31 21:29:25 +0000
commit1ac4feebcc318715ea4d4f9d482378d05509faac (patch)
treeaa00a382fdf07f765fd75ea1da131434af674825 /usr.sbin/pppd
parent9fba2426b57d3eedd0717a9ebbbfcd4377a3fae5 (diff)
downloadFreeBSD-src-1ac4feebcc318715ea4d4f9d482378d05509faac.zip
FreeBSD-src-1ac4feebcc318715ea4d4f9d482378d05509faac.tar.gz
Whoops.. ppp-comp.h -> ppp_comp.h...
Diffstat (limited to 'usr.sbin/pppd')
-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