- Timestamp:
- Mar 27, 2012 12:50:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp
r40658 r40662 628 628 PDRVHOSTPARALLEL pThis = RT_FROM_MEMBER(pInterface, DRVHOSTPARALLEL, CTX_SUFF(IHostParallelConnector)); 629 629 int rc = VINF_SUCCESS; 630 630 int iMode = 0; 631 631 if (!fForward) 632 632 iMode = 1; 633 633 # ifndef VBOX_WITH_WIN_PARPORT_SUP 634 int iMode = 0; /** @todo r=bird: unused . */635 634 int rcLnx = ioctl(RTFileToNative(pThis->hFileDevice), PPDATADIR, &iMode); 636 635 if (RT_UNLIKELY(rcLnx < 0))
Note:
See TracChangeset
for help on using the changeset viewer.