chksumrec
struct chksumrec *next;
static struct chksumrec *head = NULL;
static struct chksumrec **next = &head;
struct chksumrec *rec;