Git didn't see the ChangeLog entry.

This commit is contained in:
Ulrich Drepper 2009-06-16 15:59:35 -07:00
parent f793b62438
commit 8a909c6430
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
2009-06-16 Ulrich Drepper <drepper@redhat.com>
* 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 <jakub@redhat.com>