- Timestamp:
- Nov 27, 2018 10:52:01 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp
r75777 r75780 443 443 if (!fUnrestricted) 444 444 pSession->fRequestor |= VMMDEV_REQUESTOR_USER_DEVICE; 445 fRequestor |= VMMDEV_REQUESTOR_CON_DONT_KNOW; /** @todo see if we can figure out console relationship of pProc. */445 pSession->fRequestor |= VMMDEV_REQUESTOR_CON_DONT_KNOW; /** @todo see if we can figure out console relationship of pProc. */ 446 446 } 447 447 else
Note:
See TracChangeset
for help on using the changeset viewer.