X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=2881f047a527d0496b882d9afd9866b7e9682362;hb=93275f4388d54fed6b98a1ddac5b22ba7d60edab;hp=78cc3701d905bf30fcb1fa6eb9c97f0cd7afbb34;hpb=c884c1875f46508c98873d0d3c2559d9b0f12a1b;p=ppp.git diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index 78cc370..2881f04 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.24 1999/01/20 00:02:21 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.25 1999/04/16 11:36:51 paulus Exp $"; #endif #include @@ -49,7 +49,8 @@ static char rcsid[] = "$Id: pppstats.c,v 1.24 1999/01/20 00:02:21 paulus Exp $"; #include #ifndef STREAMS -#if defined(_linux_) && defined(__powerpc__) +#if defined(_linux_) && defined(__powerpc__) \ + && (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0) /* kludge alert! */ #undef __GLIBC__ #endif