Date: Tue, 13 Dec 2005 15:32:53 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c Message-ID: <200512131532.jBDFWro4057449@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2005-12-13 15:32:53 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c
Log:
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 <jaro_AT_coop-voz_dot_sk>
Revision Changes Path
1.131 +5 -5 src/sys/compat/linux/linux_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512131532.jBDFWro4057449>
