Browse Source

* fix for Marc Santhoffs problems

git-svn-id: trunk@2860 -
marco 19 years ago
parent
commit
7e963e7f3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/freebsd/termios.inc

+ 1 - 1
rtl/freebsd/termios.inc

@@ -60,7 +60,7 @@ type
     c_oflag,
     c_cflag,
     c_lflag  : longint;
-    c_line   : char;
+//    c_line   : char;
     c_cc     : array[0..NCCS-1] of byte;
    {$IFDEF BSD}
     c_ispeed,