projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b500e7
)
nasty powerpc kludge is only needed for glibc 2.0
author
Paul Mackerras
<paulus@samba.org>
Fri, 16 Apr 1999 11:36:51 +0000
(11:36 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 16 Apr 1999 11:36:51 +0000
(11:36 +0000)
pppstats/pppstats.c
patch
|
blob
|
history
diff --git
a/pppstats/pppstats.c
b/pppstats/pppstats.c
index 78cc3701d905bf30fcb1fa6eb9c97f0cd7afbb34..2881f047a527d0496b882d9afd9866b7e9682362 100644
(file)
--- a/
pppstats/pppstats.c
+++ b/
pppstats/pppstats.c
@@
-32,7
+32,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.2
4 1999/01/20 00:02:2
1 paulus Exp $";
+static char rcsid[] = "$Id: pppstats.c,v 1.2
5 1999/04/16 11:36:5
1 paulus Exp $";
#endif
#include <stdio.h>
@@
-49,7
+49,8
@@
static char rcsid[] = "$Id: pppstats.c,v 1.24 1999/01/20 00:02:21 paulus Exp $";
#include <sys/ioctl.h>
#ifndef STREAMS
-#if defined(_linux_) && defined(__powerpc__)
+#if defined(_linux_) && defined(__powerpc__) \
+ && (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0)
/* kludge alert! */
#undef __GLIBC__
#endif