Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp	(revision 23954)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp	(revision 23955)
@@ -344,4 +344,5 @@
 void VBoxProblemReporter::checkForMountedWrongUSB() const
 {
+#ifdef RT_OS_LINUX
     QFile file ("/proc/mounts");
     if (file.exists() && file.open (QIODevice::ReadOnly | QIODevice::Text))
@@ -364,4 +365,5 @@
                      "checkForMountedWrongUSB");
     }
+#endif
 }
 
