sysfs is a Linux-only feature.
[monky] / src / netbsd.c
index 71d0a4c..8f054f9 100644 (file)
@@ -302,11 +302,6 @@ void update_cpu_usage()
        oldtotal = total;
 }
 
-double get_sysfs_info(int *fd, int div, char *devtype)
-{
-       return -1;
-}
-
 void update_load_average()
 {
        double v[3];
@@ -327,12 +322,6 @@ void get_battery_stuff(char *buf, unsigned int n, const char *bat, int item)
 {
 }
 
-int open_sysfs_sensor(const char *dir, const char *dev, const char *type, int n,
-               int *div, char *devtype)
-{
-       return -1;
-}
-
 int open_acpi_temperature(const char *name)
 {
        return -1;