diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-21 08:34:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-21 08:34:35 +0000 |
commit | f9b2d293f03b3e0dcf2908cbc80e3be19920ab55 (patch) | |
tree | e1629034bef2384ebec88309618ea81435ae6436 /ChangeLog | |
parent | 87629a1c5044939820c1a78f7f097ebfe2d2b14b (diff) | |
download | glibc-f9b2d293f03b3e0dcf2908cbc80e3be19920ab55.zip glibc-f9b2d293f03b3e0dcf2908cbc80e3be19920ab55.tar.gz glibc-f9b2d293f03b3e0dcf2908cbc80e3be19920ab55.tar.bz2 |
[BZ #1962]cvs/fedora-glibc-20051221T0931
* io/fts.c (fts_open): Change type of len to size_t.
(fts_build): Remove cast in call to fts_alloc.
(fts_alloc): Change third parameter's type to size_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-12-21 Ulrich Drepper <drepper@redhat.com> + [BZ #1962] + * io/fts.c (fts_open): Change type of len to size_t. + (fts_build): Remove cast in call to fts_alloc. + (fts_alloc): Change third parameter's type to size_t. + [BZ #1960] * io/fts.c (fts_open): Avoid function call in MAX macro use. |