cvs commit: src/lib/libc/stdlib grantpt.c
John Baldwin
jhb at FreeBSD.org
Fri Dec 21 13:26:09 PST 2007
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
More information about the cvs-src
mailing list