K 10 svn:author V 7 delphij K 8 svn:date V 27 2006-01-11T15:40:00.000000Z K 7 svn:log V 354 MFC revision 1.131 date: 2005/12/13 15:32:52; author: delphij; state: Exp; lines: +5 -5 In Linux, kernel parameters passed to ioctl are by value, while in FreeBSD they are passed by reference. Handle the difference within the linux_ioctl_termio on the LINUX_TCFLSH path. Submitted by: Jaroslav Drzik Reminded by: glebius END