diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
commit | e134b714b6acb56586e9b4fe030aa44e272e8647 (patch) | |
tree | ccaf353b2c2195dd7e302b60bbf5aa70ce14000b /libstore | |
parent | 5a07075504a4066427dae6984d19f81c859a681e (diff) |
.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index d5433bd9..ab4b8c59 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,5 +1,8 @@ 2002-06-07 Roland McGrath <roland@frob.com> + * store.h (struct store_enc): Use loff_t instead of off_t. + (store_enc_init, store_enc_return, store_return): Likewise. + * encode.c (store_std_leaf_encode): Do a sizeof comparison to get `too_big' optimized out when store_enc starts using 64 bit offsets. |