Changeset 87873 in vbox
- Timestamp:
- Feb 25, 2021 11:56:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/serialport-posix.cpp
r83520 r87873 300 300 { 301 301 tcflag_t const fCFlagMask = (CS5 | CS6 | CS7 | CS8 | CSTOPB | PARENB | PARODD | CMSPAR); 302 tcflag_t fCFlagNew = 0;302 tcflag_t fCFlagNew = CLOCAL; 303 303 304 304 switch (pCfg->enmDataBitCount)
Note:
See TracChangeset
for help on using the changeset viewer.

