diff options
author | Roland McGrath <roland@gnu.org> | 2000-12-21 07:44:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-12-21 07:44:19 +0000 |
commit | fb0817d55ff2e9594efa53c2555a527b5fe7b38e (patch) | |
tree | 00012d593b7e155a1493265ba292d68467814505 | |
parent | 962a8715c3f51ec104f4727500334d56264b1399 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 152ada0e..d526249c 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,5 +1,7 @@ 2000-12-20 Roland McGrath <roland@frob.com> + * store.h (struct store_class): Fix typo in comment. + * copy.c (copy_read): When reading whole aligned pages, use vm_read. Use MAP_FAILED in place of (void *) -1. Use memcpy in place of bcopy. (copy_write): When reading whole aligned pages, use vm_write. |