diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-16 18:10:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-16 18:10:03 +0000 |
commit | 80ea303760944cd041921c0ce3debeacd95ca3d1 (patch) | |
tree | 55c80ce0a19f1e5a4183def466f351fe2fccd9ad /ChangeLog | |
parent | b4f6f4be85d32b9c03361c38376e36f08100e3e8 (diff) | |
download | glibc-80ea303760944cd041921c0ce3debeacd95ca3d1.tar glibc-80ea303760944cd041921c0ce3debeacd95ca3d1.tar.gz glibc-80ea303760944cd041921c0ce3debeacd95ca3d1.tar.bz2 glibc-80ea303760944cd041921c0ce3debeacd95ca3d1.zip |
* nscd/cache.c (prune_cache): Use stat64 not stat.
* nscd/connections.c (nscd_init): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-08-16 Ulrich Drepper <drepper@redhat.com> + + * nscd/cache.c (prune_cache): Use stat64 not stat. + * nscd/connections.c (nscd_init): Likewise. + 2005-08-10 Sergio Gelato <Sergio.Gelato@astro.su.se> [BZ #1188] |