Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2005 22:24:49 +0800
From:      Xin LI <delphij@frontfree.net>
To:        freebsd-current@FreeBSD.org
Subject:   [HEADSUP] Beware updating system (broken commit on 2005/05/13 16:27:30)
Message-ID:  <20050514142449.GA82307@frontfree.net>

next in thread | raw e-mail | index | archive | help

--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 <delphij frontfree net>	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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050514142449.GA82307>