From 15df16bf8667f96364265f7bd80f4c338daffa87 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 21 Dec 2000 07:47:58 +0000 Subject: . --- libstore/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libstore/ChangeLog') diff --git a/libstore/ChangeLog b/libstore/ChangeLog index d526249c..cb529cee 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,5 +1,9 @@ 2000-12-20 Roland McGrath + * zero.c (zero_open): Check for END being null after strtoul call. + If character following number (*END) is b, multiply size by 512; + k or K, by 1024; m or M by 1024*1024; g or G by 1024*1024*1024. + * store.h (struct store_class): Fix typo in comment. * copy.c (copy_read): When reading whole aligned pages, use vm_read. -- cgit v1.2.3