summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-ConsoleImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-ConsoleImpl.cpp')
-rw-r--r--emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-ConsoleImpl.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-ConsoleImpl.cpp b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-ConsoleImpl.cpp
deleted file mode 100644
index cb67a48f5a44..000000000000
--- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-ConsoleImpl.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.