tzhead
struct tzhead tzh;
struct tzhead *tzhp;
if (flen < sizeof (struct tzhead)) {
cp += offsetof(struct tzhead, tzh_ttisutcnt);
char buf[sizeof (struct tzhead)];
if (read(fid, buf, sizeof (struct tzhead)) !=
sizeof (struct tzhead)) {