summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-ConsoleImpl.cpp
blob: cb67a48f5a44d34363fbf4956da9730f2da22ff8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.