--- trunk/mkinitrd-magellan/klibc/usr/klibc/malloc.h 2009/04/24 18:09:28 814 +++ trunk/mkinitrd-magellan/klibc/usr/klibc/malloc.h 2009/04/24 18:32:46 815 @@ -16,7 +16,7 @@ struct arena_header { size_t type; - size_t size; /* Also gives the location of the next entry */ + size_t size; struct free_arena_header *next, *prev; };