* Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
[monky] / src / netbsd.c
index 13c562f..b0da99d 100644 (file)
@@ -110,6 +110,11 @@ void update_uptime()
        }
 }
 
+int check_mount(char *s)
+{
+       /* stub */
+       return 0;
+}
 
 void update_meminfo()
 {