* Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
[monky] / src / openbsd.c
index de960f3..95bee20 100644 (file)
@@ -105,6 +105,12 @@ swapmode(int *used, int *total)
        return 1;
 }
 
+int check_mount(char *s)
+{
+       /* stub */
+       return 0;
+}
+
 void
 update_uptime()
 {