jhb         2007-12-21 21:26:08 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      grantpt.c 
  Log:
  Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:
  - Use PTY* for all pty(4) related constants.
  - Use PTMX* for all pts(4) related constants.
  - Consistently use _PATH_DEV PTMX rather than "/dev/ptmx".
  - Revert 1.7 and properly fix it by using the correct prefix string for
    pts(4) masters.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.9       +23 -22    src/lib/libc/stdlib/grantpt.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to