cvs commit: src/sys/sys termios.h

Ed Schouten ed at FreeBSD.org
Wed Jul 16 12:36:44 UTC 2008


ed          2008-07-16 12:36:39 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              termios.h 
  Log:
  SVN rev 180561 on 2008-07-16 12:36:39Z by ed
  
  Move the TCSA* definitions out of _KERNEL. They are processed in libc.
  
  The tcsetattr() routine already converts the TCSA* arguments to their
  respective TIOCSETA* ioctl's in the C library. There is no need to have
  these definitions inside the kernel.
  
  Approved by:    philip (mentor, implicit)
  
  Revision  Changes    Path
  1.22      +10 -10    src/sys/sys/termios.h


More information about the cvs-src mailing list