Changeset 3080
- Timestamp:
- 09/10/05 22:09:42 (8 years ago)
- Location:
- lm-sensors/trunk/lib
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/access.c
r3031 r3080 121 121 int sensors_chip_name_has_wildcards(sensors_chip_name chip) 122 122 { 123 extern int foundsysfs;124 125 123 if(foundsysfs) { 126 124 if (chip.prefix == SENSORS_CHIP_NAME_PREFIX_ANY) -
lm-sensors/trunk/lib/proc.h
r207 r3080 35 35 double value); 36 36 37 /* Linux 2.6 uses sysfs, some code needs to know */ 38 extern int foundsysfs; 39 37 40 #endif
