mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:06:08 +02:00
* fix for Marc Santhoffs problems
git-svn-id: trunk@2860 -
This commit is contained in:
parent
d222c49740
commit
7e963e7f3e
@ -60,7 +60,7 @@ type
|
|||||||
c_oflag,
|
c_oflag,
|
||||||
c_cflag,
|
c_cflag,
|
||||||
c_lflag : longint;
|
c_lflag : longint;
|
||||||
c_line : char;
|
// c_line : char;
|
||||||
c_cc : array[0..NCCS-1] of byte;
|
c_cc : array[0..NCCS-1] of byte;
|
||||||
{$IFDEF BSD}
|
{$IFDEF BSD}
|
||||||
c_ispeed,
|
c_ispeed,
|
||||||
|
Loading…
Reference in New Issue
Block a user