server: comments, and clear sk_out->sk when we close the 'sk'
[fio.git] / lib / mountcheck.c
index 2eedcc718c1300add44d1b425a2a3ba641af0648..e37e9f927b0c3cc2ecfca6cd26ea7017eb3c083f 100644 (file)
@@ -51,4 +51,12 @@ int device_is_mounted(const char *dev)
        return 0;
 }
 
+#else
+/* others */
+
+int device_is_mounted(const char *dev)
+{
+       return 0;
+}
+
 #endif