Changeset 92613 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Nov 26, 2021 9:53:47 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r92556 r92613 187 187 188 188 189 DECLHIDDEN(int) suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo)189 DECLHIDDEN(int) suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, uint32_t fFlags, SUPINITOP *penmWhat, PRTERRINFO pErrInfo) 190 190 { 191 191 RT_NOREF(penmWhat, pErrInfo); … … 204 204 if (RT_SUCCESS(rc)) 205 205 { 206 rc = suplibDarwinOpenDevice(pThis, fUnrestricted);206 rc = suplibDarwinOpenDevice(pThis, RT_BOOL(fFlags & SUPR3INIT_F_UNRESTRICTED)); 207 207 if (RT_FAILURE(rc)) 208 208 {
Note:
See TracChangeset
for help on using the changeset viewer.