Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 24b6807a7e314df6ae2492a2cdc2672a > files > 4

pciutils-2.2.6-3mdv2008.0.src.rpm

--- pciutils-2.2.6/lib/pread.h.noglibc	2006-05-05 14:18:24.000000000 +0200
+++ pciutils-2.2.6/lib/pread.h	2007-08-14 17:53:55.000000000 +0200
@@ -12,7 +12,7 @@
  *  don't define it.
  */
 
-#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ > 0
+#if 1
 /* glibc 2.1 or newer -> pread/pwrite supported automatically */
 
 #elif defined(i386) && defined(__GLIBC__)
--- pciutils-2.2.6/lib/i386-io-linux.h.noglibc	2006-07-30 13:21:12.000000000 +0200
+++ pciutils-2.2.6/lib/i386-io-linux.h	2007-08-14 17:53:55.000000000 +0200
@@ -6,7 +6,7 @@
  *	Can be freely distributed and used under the terms of the GNU GPL.
  */
 
-#ifdef __GLIBC__
+#if 1
 #include <sys/io.h>
 #else
 #include <asm/io.h>