summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-30 03:00:58 +0000
committerRoland McGrath <roland@gnu.org>2001-12-30 03:00:58 +0000
commit379c7dad57fe9a3d22490f599c3c8e1e62dd7c8f (patch)
treec633799392206fb0ff3a3d47600d86e3b12530f7 /libstore
parent9c99414523af7b93003f5765091808729e590dcb (diff)
.
Diffstat (limited to 'libstore')
-rw-r--r--libstore/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 3babb175..d87c3f4c 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,5 +1,7 @@
2001-12-29 Roland McGrath <roland@frob.com>
+ * nbd.c (nbdopen): Fix in last change.
+
* nbd.c (NBD_IO_MAX): New macro.
(nbd_write): Write in chunks no larger than NBD_IO_MAX.
(nbd_read): Cap AMOUNT to NBD_IO_MAX.