diff options
-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. |