Changeset 3080

Show
Ignore:
Timestamp:
09/10/05 22:09:42 (8 years ago)
Author:
khali
Message:

Declare foundsysfs in proc.h.

Location:
lm-sensors/trunk/lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/lib/access.c

    r3031 r3080  
    121121int sensors_chip_name_has_wildcards(sensors_chip_name chip) 
    122122{ 
    123   extern int foundsysfs; 
    124  
    125123  if(foundsysfs) { 
    126124    if (chip.prefix == SENSORS_CHIP_NAME_PREFIX_ANY) 
  • lm-sensors/trunk/lib/proc.h

    r207 r3080  
    3535                              double value); 
    3636 
     37/* Linux 2.6 uses sysfs, some code needs to know */ 
     38extern int foundsysfs; 
     39 
    3740#endif