X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=2881f047a527d0496b882d9afd9866b7e9682362;hp=033a35b0dd64605e27b8128ac9d0825a03892ba6;hb=d2405cd92079b1d9c1b2c86ed1517c2a7fed3ccd;hpb=3fbc219d75acba054c5c74dde080b5ddaf1b1e7e diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index 033a35b..2881f04 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.23 1998/07/07 04:23:04 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.25 1999/04/16 11:36:51 paulus Exp $"; #endif #include @@ -49,6 +49,11 @@ static char rcsid[] = "$Id: pppstats.c,v 1.23 1998/07/07 04:23:04 paulus Exp $"; #include #ifndef STREAMS +#if defined(_linux_) && defined(__powerpc__) \ + && (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0) +/* kludge alert! */ +#undef __GLIBC__ +#endif #include /* *BSD, Linux, NeXT, Ultrix etc. */ #ifndef _linux_ #include