summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-10-08 23:46:15 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-10-08 23:46:15 +0000
commite2fb08277d68ac82ded6454697e1032a114ad77c (patch)
treef8cfc63caacf2e19b8749b06eb6215c369182429 /src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
parent67f16dbb67a2a1fb6d5d312dbdcb3abd7284d6ac (diff)
downloadVirtualBox-svn-e2fb08277d68ac82ded6454697e1032a114ad77c.tar.gz
VBoxDrv-win.cpp: Keep the error info string from failed VBoxDrv and VBoxDrvStub open operations so userland can give us better messages to work on. Fixeds a couple of odd bugs.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@53002 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp')
-rw-r--r--src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
index e060d3d59d3..8f9581ba17c 100644
--- a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
+++ b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
@@ -74,7 +74,7 @@
-int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted)
+int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo)
{
/*
* Nothing to do if pre-inited.