summaryrefslogtreecommitdiff
path: root/plugins/ibm-acpi
AgeCommit message (Collapse)AuthorFilesLines
2018-01-25ibm-acpi.c: Fix build warning:info-cppsp1-3/+3
ibm-acpi-plugin.c: In function ‘ibm_acpi_plugin_get_sensor_value’: ibm-acpi-plugin.c:182:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*[^\n]"); /* Skip to the End of the Line */ ^ ibm-acpi-plugin.c:183:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*1[\n]"); /* Skip One Newline */
2017-11-26Fix indents 02info-cppsp1-139/+144
2013-03-21update make files for autoconf 1.13raveit1-1/+1
2012-11-18fixed incorrect fsf addresses.Steve Zesch2-2/+2
2011-12-14remove autogenerated filesStefano Karapetsas1-584/+0
2011-11-23automakeStefano Karapetsas1-5/+5
2011-11-23solved some conflicts with sensors-appletStefano Karapetsas1-2/+2
2011-11-22converted to MATE (thanks to perberos)Stefano Karapetsas2-6/+6
2011-11-21Initial release bases on sensors-appletStefano Karapetsas4-0/+849