summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-21 20:47:53 +0000
committerpeter <peter@FreeBSD.org>1998-03-21 20:47:53 +0000
commitd0a0b2bbfb269418d34562afca483315f851f518 (patch)
tree03d0282b784a0b8f21dd2d3e30a1060aa203cc58 /usr.sbin/pppstats
parent52ccca8b5de891daa2a745457865e61452f4350d (diff)
downloadFreeBSD-src-d0a0b2bbfb269418d34562afca483315f851f518.zip
FreeBSD-src-d0a0b2bbfb269418d34562afca483315f851f518.tar.gz
merge ppp-2.3.3 changes onto mainline
Diffstat (limited to 'usr.sbin/pppstats')
-rw-r--r--usr.sbin/pppstats/pppstats.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c
index 4baab01..b654b10 100644
--- a/usr.sbin/pppstats/pppstats.c
+++ b/usr.sbin/pppstats/pppstats.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.10 1997/08/22 15:39:04 peter Exp $";
+static char rcsid[] = "$Id: pppstats.c,v 1.11 1997/09/10 08:43:17 peter Exp $";
#endif
#include <stdio.h>
@@ -53,11 +53,7 @@ static char rcsid[] = "$Id: pppstats.c,v 1.10 1997/08/22 15:39:04 peter Exp $";
#ifndef STREAMS
#include <sys/socket.h> /* *BSD, Linux, NeXT, Ultrix etc. */
#include <net/if.h>
-#ifndef _linux_
#include <net/if_ppp.h>
-#else
-#include <net/if_ppp.h>
-#endif
#else /* STREAMS */
#include <sys/stropts.h> /* SVR4, Solaris 2, SunOS 4, OSF/1, etc. */
OpenPOWER on IntegriCloud