fc29d60aec
Mon Mar 25 2002 Phil Knirsch <pknirsch@redhat.com> 2.6.1-1 - Update to version 2.6.1 to be in line with kernel update.
12 lines
376 B
Diff
12 lines
376 B
Diff
--- 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
|
|
#include <sys/io.h>
|
|
#else
|
|
#include <asm/io.h>
|