12 lines
360 B
Diff
12 lines
360 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/perm.h>
|
||
|
#endif
|
||
|
|