2004-09-09 07:57:58 +00:00
|
|
|
--- lm_sensors-2.5.5/prog/dump/isadump.c.glibc22 Mon Feb 5 22:56:47 2001
|
|
|
|
+++ lm_sensors-2.5.5/prog/dump/isadump.c Mon Feb 5 22:55:35 2001
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
/* To keep glibc2 happy */
|
|
|
|
-#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0
|
|
|
|
+#if 0 && defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0
|
2004-09-09 07:59:22 +00:00
|
|
|
#include <sys/io.h>
|
|
|
|
#else
|
|
|
|
#include <asm/io.h>
|