From: Ulrich Drepper Date: Tue, 16 Jun 2009 22:59:35 +0000 (-0700) Subject: Git didn't see the ChangeLog entry. X-Git-Tag: fedora/glibc-2.10.90-1~3^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a909c6430e8b6ad76304f749d36fdd6e40e8046;p=thirdparty%2Fglibc.git Git didn't see the ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index 4d7f002a4fc..70395b740e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2009-06-16 Ulrich Drepper + * login/programs/pt_chown.c: Use libcap to drop privileges other than + those needed. * login/Makefile: If necessary link pt_chown with -lcap. + * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM. + * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM. 2009-06-16 Jakub Jelinek