From owner-freebsd-current@FreeBSD.ORG Sat May 14 14:25:01 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D6016A4CE for ; Sat, 14 May 2005 14:25:01 +0000 (GMT) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A88143D5D for ; Sat, 14 May 2005 14:25:01 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: from beastie.frontfree.net (unknown [219.239.99.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id B87E5EB119C for ; Sat, 14 May 2005 22:24:58 +0800 (CST) Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 7BD74137AA0 for ; Sat, 14 May 2005 22:24:56 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81859-09 for ; Sat, 14 May 2005 22:24:50 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id F1731137A74; Sat, 14 May 2005 22:24:49 +0800 (CST) Date: Sat, 14 May 2005 22:24:49 +0800 From: Xin LI To: freebsd-current@FreeBSD.org Message-ID: <20050514142449.GA82307@frontfree.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #15: Wed Dec 15 10:43:16 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: by amavisd-new at frontfree.net Subject: [HEADSUP] Beware updating system (broken commit on 2005/05/13 16:27:30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 14:25:01 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear -CURRENT users, I have made a mistake when modifying ttyname_r(3), which will cause remote ssh and local logins to fail, because it can not obtain the name of current TTY. I believe that I have fixed the mistake with src/lib/libc/gen/ttyname.c,v 1.19. For those already suffer from the change, please apply the patch here: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/ttyname.c.diff?r1=1.18&r2=1.19 Or, on line 87 of src/lib/libc/gen/ttyname.c, if you got revision 1.18, change: return (EINVAL); With: return (0); Then, rebuild/install libc. Sorry for the breakage. -- Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFChgox/cVsHxFZiIoRAvSkAJ0VdEBsnCcp+MpaZY0WOBWL0nnZjACbBFSj 5B+Oo0JUjuBiKKUa5Et4e6I= =byTL -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c--