cvs commit: src/sys/compat/linux linux_ioctl.c

Xin LI delphij at FreeBSD.org
Tue Dec 13 07:32:53 PST 2005


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


More information about the cvs-src mailing list