kib         2008-01-28 12:47:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7_0)
    sys/kern             tty_pty.c 
  Log:
  MFC rev. 1.157:
  In rev. 1.156, the convertion of the minor number to the unit number
  resulted in the argument to the make_dev() to be a unit number.
  
  Correct this by supplying a minor number to make_dev(), and using
  the unit number for the calculation of the slave tty name.
  
  Approved by:    re (kensmith)
  
  Revision       Changes    Path
  1.152.2.2.2.2  +5 -3      src/sys/kern/tty_pty.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to