From 0ea6710adf7805f539a5f24122d593aaee5d38a1 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 4 Feb 1998 01:42:06 +0000 Subject: [PATCH] changes so it will compile with glibc --- pppstats/pppstats.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index 781e5b2..b8784c2 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.19 1997/04/30 06:00:27 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.20 1998/02/04 01:42:06 paulus Exp $"; #endif #include @@ -52,11 +52,7 @@ static char rcsid[] = "$Id: pppstats.c,v 1.19 1997/04/30 06:00:27 paulus Exp $"; #ifndef STREAMS #include /* *BSD, Linux, NeXT, Ultrix etc. */ #include -#ifndef _linux_ #include -#else -#include -#endif #else /* STREAMS */ #include /* SVR4, Solaris 2, SunOS 4, OSF/1, etc. */ -- 2.39.2