summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-01-16 17:38:56 +0000
committerBruce Evans <bde@FreeBSD.org>1998-01-16 17:38:56 +0000
commitcc03533c8d698cc0fe91cf91e79c016327c7f0bb (patch)
tree70fe71c80fad95377eff7a5bfb7964c4c79d3eac /usr.sbin/pppd
parent060cc64852ebd7b2d163fa84c723bc385945e13d (diff)
Notes
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/sys-bsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c
index a749a792746f..53b8e75b659e 100644
--- a/usr.sbin/pppd/sys-bsd.c
+++ b/usr.sbin/pppd/sys-bsd.c
@@ -21,7 +21,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: sys-bsd.c,v 1.11 1997/08/19 17:52:47 peter Exp $";
#endif
/*
@@ -51,7 +51,6 @@ static char rcsid[] = "$Id$";
#endif
#include <net/if.h>
-#include <net/if_var.h>
#include <net/ppp_defs.h>
#include <net/if_ppp.h>
#include <net/route.h>