Changeset 259 in vbox for trunk/src/VBox
- Timestamp:
- Jan 24, 2007 9:51:01 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r1 r259 1335 1335 int fileHandle; 1336 1336 // now try to open the device 1337 fileHandle = open(deviceNode, O_RDONLY | O_ EXCL | O_NONBLOCK, 0);1337 fileHandle = open(deviceNode, O_RDONLY | O_NONBLOCK, 0); 1338 1338 if (fileHandle >= 0) 1339 1339 {
Note:
See TracChangeset
for help on using the changeset viewer.