From: Paul Mackerras Date: Wed, 4 Feb 1998 01:42:06 +0000 (+0000) Subject: changes so it will compile with glibc X-Git-Tag: RELEASE_2_3_6~126 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=0ea6710adf7805f539a5f24122d593aaee5d38a1 changes so it will compile with glibc --- 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. */