X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=98ca87ac3a7ac78d7854be734f2f498683c5e8de;hp=033a35b0dd64605e27b8128ac9d0825a03892ba6;hb=eec3836d78f32b0ada1a3c04bff77c80abe5ed98;hpb=3fbc219d75acba054c5c74dde080b5ddaf1b1e7e diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index 033a35b..98ca87a 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 const char rcsid[] = "$Id: pppstats.c,v 1.26 1999/08/12 04:25:57 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