Changeset 51093 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Apr 17, 2014 7:14:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp
r51092 r51093 1422 1422 return NULL; 1423 1423 if (s_fHaveInotifyKernel) 1424 return (void *) testInotifyInitGood;1425 return (void *) testInotifyInitBad;1424 return (void *)(uintptr_t)testInotifyInitGood; 1425 return (void *)(uintptr_t)testInotifyInitBad; 1426 1426 } 1427 1427
Note:
See TracChangeset
for help on using the changeset viewer.