--- doc/VirtualBox-3.1.6_OSE_VDE.patch.orig 2011-11-23 16:41:19 UTC +++ doc/VirtualBox-3.1.6_OSE_VDE.patch @@ -6,7 +6,7 @@ diff -Naur VirtualBox-3.1.6_OSE/src/VBox return rc; #endif + /* ENABLE VDE */ -+#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) ++#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) || defined(RT_OS_BSDSUNIX) + rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvVDE); + if (RT_FAILURE(rc)) + return rc; @@ -22,7 +22,7 @@ diff -Naur VirtualBox-3.1.6_OSE/src/VBox #if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) extern const PDMDRVREG g_DrvHostInterface; #endif -+#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) ++#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) || defined(RT_OS_BSDSUNIX) +extern const PDMDRVREG g_DrvVDE; +#endif extern const PDMDRVREG g_DrvIntNet;