VirtualBox

Changeset 40662 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2012 12:50:17 PM (13 years ago)
Author:
vboxsync
Message:

to fix the compilation issue on Linux system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp

    r40658 r40662  
    628628    PDRVHOSTPARALLEL    pThis   = RT_FROM_MEMBER(pInterface, DRVHOSTPARALLEL, CTX_SUFF(IHostParallelConnector));
    629629    int rc = VINF_SUCCESS;
    630 
     630    int iMode = 0;
    631631    if (!fForward)
    632632        iMode = 1;
    633633# ifndef VBOX_WITH_WIN_PARPORT_SUP
    634     int iMode = 0;                      /** @todo r=bird: unused . */
    635634    int rcLnx = ioctl(RTFileToNative(pThis->hFileDevice), PPDATADIR, &iMode);
    636635    if (RT_UNLIKELY(rcLnx < 0))
Note: See TracChangeset for help on using the changeset viewer.

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