K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-06-28T19:32:07.000000Z K 7 svn:log V 696 Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for the VMIN and VTIME members of the c_cc array. These members are not special control characters. By not excluding these members we changed the noncanonical mode input processing when both members were 0 on entry (=LINUX_POSIX_VDISABLE) as we would remap them to 255 (=_POSIX_VDISABLE). See termios(4) case A for how that screws up your terminal I/O. PR: 23173 Originator: Bjarne Blichfeldt Patch by: Boris Nikolaus (original submission) Philipp Mergenthaler Reminders by: Joseph Holland King MFC after: 5 days END