From owner-cvs-src@FreeBSD.ORG Tue Jan 15 13:59:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C98CE16A417; Tue, 15 Jan 2008 13:59:13 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3CB513C4D3; Tue, 15 Jan 2008 13:59:13 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0FDxD5k048413; Tue, 15 Jan 2008 13:59:13 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0FDxDJO048412; Tue, 15 Jan 2008 13:59:13 GMT (envelope-from cperciva) Message-Id: <200801151359.m0FDxDJO048412@repoman.freebsd.org> From: Colin Percival Date: Tue, 15 Jan 2008 13:59:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 13:59:13 -0000 cperciva 2008-01-15 13:59:13 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c lib/libutil pty.c Log: Back out last commit, since it accidentally broke pts. The security fix will be re-committed soon, hopefully without breaking anything. Revision Changes Path 1.11 +46 -35 src/lib/libc/stdlib/grantpt.c 1.21 +55 -3 src/lib/libutil/pty.c