hints_header
struct hints_header hdr;
hdr.hh_hashtab = sizeof(struct hints_header);
if (write(fd, &hdr, sizeof(struct hints_header)) !=
sizeof(struct hints_header)) {
struct hints_header *hdr;
hdr = (struct hints_header *)addr;