VirtualBox

Changeset 4238 in vbox


Ignore:
Timestamp:
Aug 20, 2007 9:22:09 AM (17 years ago)
Author:
vboxsync
Message:

Another compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r4237 r4238  
    268268    termiosSetup->c_lflag = ~(ICANON | ECHO | ECHOE | ISIG);
    269269
    270     tcsetattr(pData->DeviceFile, TCSANOW, &termiosSetup);
     270    tcsetattr(pData->DeviceFile, TCSANOW, termiosSetup);
    271271    RTMemFree(termiosSetup);
    272272#elif defined(RT_OS_WINDOWS)
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