aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_i2c_sensors.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-30 07:12:35 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-30 07:12:35 +0000
commit59a314fd82aefb99aea2e3956248a928f55fa5e4 (patch)
tree9a58587d75c2e4334d8ce18f0a08858939920f1d /plugin_i2c_sensors.c
parent34f02389e3006b036d679f1ff1dd997c6f9f9f08 (diff)
downloadlcd4linux-59a314fd82aefb99aea2e3956248a928f55fa5e4.tar.gz
[lcd4linux @ 2004-01-30 07:12:35 by reinelt]
HD44780 busy-flag support from Martin Hejl loadavg() uClibc replacement from Martin Heyl round() uClibc replacement from Martin Hejl warning in i2c_sensors fixed [ git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@347 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_i2c_sensors.c')
-rw-r--r--plugin_i2c_sensors.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/plugin_i2c_sensors.c b/plugin_i2c_sensors.c
index 2c673f1..a8b6747 100644
--- a/plugin_i2c_sensors.c
+++ b/plugin_i2c_sensors.c
@@ -1,4 +1,4 @@
-/* $Id: plugin_i2c_sensors.c,v 1.5 2004/01/29 05:55:30 reinelt Exp $
+/* $Id: plugin_i2c_sensors.c,v 1.6 2004/01/30 07:12:35 reinelt Exp $
*
* I2C sensors plugin
*
@@ -22,6 +22,13 @@
*
*
* $Log: plugin_i2c_sensors.c,v $
+ * Revision 1.6 2004/01/30 07:12:35 reinelt
+ * HD44780 busy-flag support from Martin Hejl
+ * loadavg() uClibc replacement from Martin Heyl
+ * round() uClibc replacement from Martin Hejl
+ * warning in i2c_sensors fixed
+ * [
+ *
* Revision 1.5 2004/01/29 05:55:30 reinelt
* check for /sys mounted
*
@@ -164,7 +171,7 @@ void my_i2c_sensors_path(void)
fd1 = opendir(base);
if (!fd1) {
error("[i2c_sensors] Impossible to open %s! Is /sys mounted?", base);
- return -1;
+ return;
}
while((dir = readdir(fd1))) {