Changeset 44180 in vbox
- Timestamp:
- Dec 19, 2012 6:35:56 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82890
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
r44175 r44180 95 95 * Try open the device. 96 96 */ 97 const char *pszDeviceNm = fUnrestricted ? DEVICE_NAME_SYS : DEVICE_NAME_USR 97 const char *pszDeviceNm = fUnrestricted ? DEVICE_NAME_SYS : DEVICE_NAME_USR; 98 98 int hDevice = open(pszDeviceNm, O_RDWR, 0); 99 99 if (hDevice < 0)
Note:
See TracChangeset
for help on using the changeset viewer.