diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-03-26 20:41:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-03-26 20:41:09 +0000 |
commit | e1f0c5bc78cf7d893682edf27215ecc0030fcaed (patch) | |
tree | 51936e65f6863bb865ce4bc7303da36d7d8b6b76 /ChangeLog | |
parent | 4e87573fe224a5d187f463a6e051f5781e38fd97 (diff) | |
download | glibc-e1f0c5bc78cf7d893682edf27215ecc0030fcaed.tar.gz glibc-e1f0c5bc78cf7d893682edf27215ecc0030fcaed.tar.xz glibc-e1f0c5bc78cf7d893682edf27215ecc0030fcaed.zip |
* scripts/check-local-headers.sh: Filter out sys/capability.h. cvs/fedora-glibc-20070331T1609
2007-03-22 Jakub Jelinek <jakub@redhat.com> * config.h.in (HAVE_LIBCAP): Add. * nscd/selinux.h: Include sys/capability.h rather than non-existent sys/capabilities.h. * nscd/selinux.c (preserve_capabilities): Use cap_free instead of free_caps. Cast away const from 4th cap_set_flag argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e0e138885a..11d2aa617a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-03-23 Jakub Jelinek <jakub@redhat.com> + + * scripts/check-local-headers.sh: Filter out sys/capability.h. + +2007-03-22 Jakub Jelinek <jakub@redhat.com> + + * config.h.in (HAVE_LIBCAP): Add. + * nscd/selinux.h: Include sys/capability.h rather than non-existent + sys/capabilities.h. + * nscd/selinux.c (preserve_capabilities): Use cap_free instead of + free_caps. Cast away const from 4th cap_set_flag argument. + 2007-03-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to |