Changeset 4973
- Timestamp:
- 10/21/07 16:31:38 (6 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r4971 r4973 4 4 SVN HEAD 5 5 sensord: Reload config on SIGHUP rather than automatically 6 sensors: Fix file handle leak on library initialization error 6 7 sensors-detect: Fix SMSC LPC47B357/M967 detection 7 8 Select the right driver for FSC chips -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/main.c
r4902 r4973 103 103 if (err) { 104 104 fprintf(stderr, "sensors_init: %s\n", sensors_strerror(err)); 105 fclose(config_file); 105 106 return 1; 106 107 }
