VirtualBox

Changeset 259 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 24, 2007 9:51:01 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17794
Message:

don't try to open CDROM drives with O_EXCL, we don't use this flag later anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r1 r259  
    13351335                int fileHandle;
    13361336                // 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);
    13381338                if (fileHandle >= 0)
    13391339                {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette