Changeset 4815
- Timestamp:
- 09/19/07 16:25:19 (6 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/sensord/sensord.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r4813 r4815 56 56 Program sensord: Syncronize the version with lm-sensors 57 57 Drop all the chip-specific support 58 Fix a memory leak when daemonizing 58 59 Program sensors: Drop all the chip-specific support 59 60 Fix alignment of alarm for one-limit temperatures -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/sensord.c
r2503 r4815 165 165 fprintf (file, "%d\n", pid); 166 166 fclose (file); 167 unloadLib (); 167 168 exit (EXIT_SUCCESS); 168 169 }
