Date: Tue, 28 Oct 2008 06:00:13 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libutil pty.c Message-ID: <200810280600.m9S60YKq054411@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2008-10-28 06:00:13 UTC FreeBSD src repository Modified files: lib/libutil pty.c Log: SVN rev 184389 on 2008-10-28 06:00:13Z by ed 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 Revision Changes Path 1.24 +0 -4 src/lib/libutil/pty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810280600.m9S60YKq054411>