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