chiark / gitweb /
Cope with missing mtab better.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 12 Feb 2011 14:59:14 +0000 (14:59 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 12 Feb 2011 14:59:14 +0000 (14:59 +0000)
server/mount.c

index 8b1c60245e1ef649f540882196f2b74329348ad6..fff1feb5a62f906763152138891bc0645d7bf08d 100644 (file)
@@ -40,6 +40,7 @@ static int compare_fsstat(const void *av, const void *bv) {
 }
 #endif
 
+#if HAVE_GETFSSTAT || defined PATH_MTAB
 void periodic_mount_check(ev_source *ev_) {
   if(!config->mount_rescan)
     return;
@@ -88,6 +89,10 @@ void periodic_mount_check(ev_source *ev_) {
   }
 #endif
 }
+#else
+void periodic_mount_check(ev_source attribute((unused)) *ev_ ) {
+}
+#endif
 
 /*
 Local Variables: