X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=b8784c288b9a7ca81020ca12b5d694bf189fa04d;hp=781e5b25a88de427e2def36758b9db1c7e2a12cf;hb=7ef7b96003b8d81b20a251ae2c748319a247b9d1;hpb=7ee401ae8098e9ea7794270d28cfd00c1a515319 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. */