cvs commit: src/sys/kern tty_pts.c

Robert Watson rwatson at FreeBSD.org
Mon Jan 30 03:59:20 PST 2006


rwatson     2006-01-30 11:59:20 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_pts.c 
  Log:
  Move pts master devices into /dev/pty/ instead of littering /dev with them;
  this is more consistent with the placement of slaves in /dev/pts.  The
  actual name doesn't matter as it's not part of the exposed API or used by
  libc.  In some sense, it would be nice if these device nodes didn't have to
  have names in devfs at all.
  
  Suggested by:   Stephen McKay <smckay at internode dot on dot net>
  
  Revision  Changes    Path
  1.6       +2 -2      src/sys/kern/tty_pts.c


More information about the cvs-src mailing list