X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fopenbsd.c;h=95bee20642cfd19e21b68f509757ebf0d01c595b;hb=f95d63bf5616d7043350590dcb1fc0069112e730;hp=de960f329bc788ae59abc9416726be48f314ccf0;hpb=906e7e8bfd5a39bef4587f9aa6b2a92f46e95ffa;p=monky diff --git a/src/openbsd.c b/src/openbsd.c index de960f3..95bee20 100644 --- a/src/openbsd.c +++ b/src/openbsd.c @@ -105,6 +105,12 @@ swapmode(int *used, int *total) return 1; } +int check_mount(char *s) +{ + /* stub */ + return 0; +} + void update_uptime() {