diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-30 03:09:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-30 03:09:55 +0000 |
commit | a33af5a44005421cea7ebe684fe5240286d9da05 (patch) | |
tree | 8bde00ceb2dbce884555078ad326df07bee427d1 | |
parent | b4d4f46055c9cf706eb73b4c2115a0cb13f86cb3 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index d87c3f4c..ab72da11 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,6 +1,7 @@ 2001-12-29 Roland McGrath <roland@frob.com> * nbd.c (nbdopen): Fix in last change. + (nbd_read): Let LEN receive the result count from io_read. * nbd.c (NBD_IO_MAX): New macro. (nbd_write): Write in chunks no larger than NBD_IO_MAX. |