Ed Schouten b8cbf1a36a Remove unneeded call to revoke() inside openpty().
As discussed on the commits list, there is no need to call revoke()
inside openpty(). On RELENG_6 and RELENG_7 unlockpt() will call
revoke(). On HEAD we create pseudo-terminals on demand, so there is no
need to revoke the slave device node.

This change should never be MFC'd, because the implementation we have in
RELENG_6 and RELENG_7 should work flawlessly with older versions of
libc.

Discussed with:	jhb
MFC after:	never
2008-10-28 06:00:13 +00:00
..
2007-09-28 15:31:44 +00:00
2007-09-28 15:31:44 +00:00
2008-10-20 16:51:43 +00:00
2006-01-16 00:28:11 +00:00
2008-10-17 21:21:14 +00:00
2008-10-17 21:21:14 +00:00