From d75b31ece55771c9462336a0a31ae22c68d038c6 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sun, 3 Nov 2002 19:27:36 +0000 Subject: 2002-11-03 Neal H. Walfield * kids.c: Do not include . Include . (store_set_children): Use memcpy, not bcopy. Calculate SIZE correctly: STORE->children is a struct store **, not a struct store_run *. Reported by Moritz Schulte . --- libstore/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libstore/ChangeLog') diff --git a/libstore/ChangeLog b/libstore/ChangeLog index ab4b8c59..955d75b5 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,12 @@ +2002-11-03 Neal H. Walfield + + * kids.c: Do not include . + Include . + (store_set_children): Use memcpy, not bcopy. + Calculate SIZE correctly: STORE->children is a struct store **, + not a struct store_run *. + Reported by Moritz Schulte . + 2002-06-07 Roland McGrath * store.h (struct store_enc): Use loff_t instead of off_t. -- cgit v1.2.3