diff options
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-src-VBox-Main-ConsoleImpl.cpp')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-src-VBox-Main-ConsoleImpl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Main-ConsoleImpl.cpp b/emulators/virtualbox-ose/files/patch-src-VBox-Main-ConsoleImpl.cpp new file mode 100644 index 000000000000..cb67a48f5a44 --- /dev/null +++ b/emulators/virtualbox-ose/files/patch-src-VBox-Main-ConsoleImpl.cpp @@ -0,0 +1,11 @@ +--- src/VBox/Main/ConsoleImpl.cpp.orig ++++ src/VBox/Main/ConsoleImpl.cpp +@@ -6168,7 +6168,7 @@ Console::usbDetachCallback(Console *that + } + + #endif /* VBOX_WITH_USB */ +-#if (defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)) && !defined(VBOX_WITH_NETFLT) ++#if ((defined(RT_OS_LINUX) && !defined(VBOX_WITH_NETFLT)) || defined(RT_OS_FREEBSD)) + + /** + * Helper function to handle host interface device creation and attachment. |