From owner-cvs-src@FreeBSD.ORG Tue Jan 15 15:27:30 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 CCEF116A418; Tue, 15 Jan 2008 15:27:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id BE53613C44B; Tue, 15 Jan 2008 15:27:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id A68641A4D86; Tue, 15 Jan 2008 07:24:13 -0800 (PST) From: John Baldwin To: Colin Percival Date: Tue, 15 Jan 2008 10:27:21 -0500 User-Agent: KMail/1.9.7 References: <200801151359.m0FDxDJO048412@repoman.freebsd.org> In-Reply-To: <200801151359.m0FDxDJO048412@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801151027.21703.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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 15:27:30 -0000 On Tuesday 15 January 2008 08:59:13 am Colin Percival wrote: > 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. You didn't need to do this, you just needed to not add the #if 0 in grantpt.c that wasn't in the original patch for HEAD. -- John Baldwin