diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-23 17:40:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-23 17:40:19 +0000 |
commit | 17273e4e24d33ea9888f4ab322993d02eccca75a (patch) | |
tree | 6a4465ac04efaf8ea8c16e8cd5ead4b5e2ed52b6 | |
parent | 73149455f0cf8b73e8c85320c99ad6c994b870d8 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index a682701b..0753f0dd 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,5 +1,8 @@ 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> + * remap.c (remap_open): Don't multiply by 512. Offsets and sizes are + in blocks, not bytes. + * stripe.c (concat_decode): Add __attribute__((unused)) to suppress warning. (ileave_decode): Likewise. |