diff options
author | bde <bde@FreeBSD.org> | 1998-01-16 17:38:56 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-01-16 17:38:56 +0000 |
commit | 1e40ca363474d663500fe436c76847d2ce6ee470 (patch) | |
tree | d9e07095aa83bc583f9fff30cf7d946a4744cd56 /usr.sbin/pppd | |
parent | b0bfaa3eb29ad6a271a7a8e443000279e26cfcf9 (diff) | |
download | FreeBSD-src-1e40ca363474d663500fe436c76847d2ce6ee470.zip FreeBSD-src-1e40ca363474d663500fe436c76847d2ce6ee470.tar.gz |
Removed most unused includes of <net/if_var.h> outside the kernel.
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/sys-bsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index a749a79..53b8e75 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> |