cvs commit: src/sys/compat/linux linux_ioctl.c
Xin LI
delphij at FreeBSD.org
Wed Jan 11 07:40:04 PST 2006
delphij 2006-01-11 15:40:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/compat/linux linux_ioctl.c
Log:
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 <jaro_AT_coop-voz_dot_sk>
Reminded by: glebius
Revision Changes Path
1.121.2.3 +5 -5 src/sys/compat/linux/linux_ioctl.c
More information about the cvs-src
mailing list