tags 591254 +patch
--

Hi,

please apply similar workaround as previously in #545952.

Cheers

        Petr


--- tools/generic-callout.c
+++ tools/generic-callout.c
@@ -569,6 +569,7 @@

 static char *mount_ipod (const char *dev_path, const char *fstype)
 {
+#ifdef __linux__
         char *filename;
         char *tmpname;
         int result;
@@ -591,6 +592,10 @@
         }

         return tmpname;
+#else
+#warning mount wrapper for your OS is missing
+        return NULL;
+#endif
 }

 static gboolean write_sysinfo_extended (const char *mountpoint,




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to