Changeset 19809 in vbox
- Timestamp:
- May 19, 2009 9:32:03 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r18645 r19809 358 358 /* set serial port to raw input */ 359 359 termiosSetup->c_lflag = ~(ICANON | ECHO | ECHOE | ISIG); 360 #ifdef RT_OS_SOLARIS 361 /* turn off other extended special characters in line mode */ 362 termiosSetup->c_lflag &= ~(IEXTEN); 363 #endif 360 364 361 365 tcsetattr(pThis->DeviceFile, TCSANOW, termiosSetup);
Note:
See TracChangeset
for help on using the changeset viewer.

