Changeset 5217 in vbox
- Timestamp:
- Oct 10, 2007 12:09:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r5212 r5217 1618 1618 #ifdef RT_OS_SOLARIS 1619 1619 /* The CD/DVD ioctls work only for raw device nodes. */ 1620 char *tmp = getfullrawname(dev iceNode);1620 char *tmp = getfullrawname(devNode); 1621 1621 gLibHalFreeString(devNode); 1622 1622 devNode = tmp;
Note:
See TracChangeset
for help on using the changeset viewer.