Changeset 45367 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Apr 5, 2013 1:02:06 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84789
- Location:
- trunk/src/VBox/Main/src-server/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
r44528 r45367 1283 1283 if (RT_FAILURE(rc = pipeCreateSimple(&mhWakeupPipeR, &mhWakeupPipeW))) 1284 1284 break; 1285 } while (0);1285 } while (0); 1286 1286 mStatus = rc; 1287 1287 if (RT_FAILURE(rc)) -
trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp
r44528 r45367 1431 1431 } 1432 1432 # define dlsym testDLSym 1433 # define close(a) do {} while (0)1433 # define close(a) do {} while (0) 1434 1434 #endif 1435 1435
Note:
See TracChangeset
for help on using the changeset viewer.